BitsUploadReply.UrlString Property
Gets the URL. However, this is only for serialization. Use the URI instead.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string UrlString { get; set; }
public:
property String^ UrlString {
String^ get();
void set(String^ value);
}
Public Property UrlString As String
Property Value
Type: System.String
See Also
BitsUploadReply Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top