ContentClientPackageRequest.SerializableVersion Property
Gets or sets the package version. This property is only used for serialization and should be used programmatically.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string SerializableVersion { get; set; }
public:
property String^ SerializableVersion {
String^ get();
void set(String^ value);
}
Public Property SerializableVersion As String
Property Value
Type: System.String
See Also
ContentClientPackageRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top