Udostępnij za pośrednictwem


BgbSignInConfirmMessage.MessageVersion Property

 

Gets or sets the message version.

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

Syntax

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

Property Value

Type: System.String

See Also

BgbSignInConfirmMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top