ContentClientPackageRequest.Version Property
Gets or sets the package version. This property is optional.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Nullable<int> Version { get; set; }
public:
property Nullable<int> Version {
Nullable<int> get();
void set(Nullable<int> value);
}
Public Property Version As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
See Also
ContentClientPackageRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top