Share via


InventoryIdentificationMachine.SerializableClientVersion Property

 

Gets or sets the client version. This property is only for serialization. Use ClientVersion instead.

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

Syntax

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

Property Value

Type: System.String

See Also

InventoryIdentificationMachine Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top