UserConfiguration.DSVersion Property

 

Gets the version number of the directory service component of the user configuration portion of the GPO.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public int DSVersion { get; }
public:
property int DSVersion {
    int get();
}
member DSVersion : int with get
Public ReadOnly Property DSVersion As Integer

Property Value

Type: System.Int32

Returns Int32. The version number of the directory service component.

See Also

UserConfiguration Class
Microsoft.GroupPolicy Namespace

Return to top