ContentLocationUrl.FilePathUri Property
Gets or sets a URI for the file path to the content. Use this property instead of FilePath.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Uri FilePathUri { get; set; }
public:
property Uri^ FilePathUri {
Uri^ get();
void set(Uri^ value);
}
Public Property FilePathUri As Uri
Property Value
Type: System.Uri
See Also
ContentLocationUrl Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top