DavResponse.Url Property
Gets or sets the file URL.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string Url { get; set; }
public:
property String^ Url {
String^ get();
void set(String^ value);
}
Public Property Url As String
Property Value
Type: System.String
See Also
DavResponse Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top