共用方式為


ConfigMgrCapabilities.SchemaVersion Property

 

Gets the version of the Configuration Manager capabilities schema.

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

Syntax

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

Property Value

Type: System.String

See Also

ConfigMgrCapabilities Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top