BitsUploadReply.Url Property
Gets the URL as a typed URI object.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Uri Url { get; }
public:
property Uri^ Url {
Uri^ get();
}
Public ReadOnly Property Url As Uri
Property Value
Type: System.Uri
See Also
BitsUploadReply Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top