Partager via


ContentLocationLocationRecord.ManagementPointVersion Property

 

Gets or sets the software version running on the management point.

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

Syntax

public int ManagementPointVersion { get; set; }
public:
property int ManagementPointVersion {
    int get();
    void set(int value);
}
Public Property ManagementPointVersion As Integer

Property Value

Type: System.Int32

See Also

ContentLocationLocationRecord Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top