PropFindResponse.FileUrl Property
Gets the URL to the file (a:href element).
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string FileUrl { get; private set; }
public:
property String^ FileUrl {
String^ get();
private: void set(String^ value);
}
Public Property FileUrl As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
PropFindResponse Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top