ContentLocationUrl.FilePathSerializable Property
Gets or sets the path to the content. This property should only be used for serialization. Use FilePathUri instead.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string FilePathSerializable { get; set; }
public:
property String^ FilePathSerializable {
String^ get();
void set(String^ value);
}
Public Property FilePathSerializable As String
Property Value
Type: System.String
See Also
ContentLocationUrl Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top