ContentLocationUrl.SignaturePathSerializable Property

 

Gets or sets the path to the signature for the content. This property should only be used for serialization. Use SignaturePathUri instead.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public string SignaturePathSerializable { get; set; }
public:
property String^ SignaturePathSerializable {
    String^ get();
    void set(String^ value);
}
Public Property SignaturePathSerializable As String

Property Value

Type: System.String

See Also

ContentLocationUrl Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top