UserConfiguration.SysvolVersion Property

 

Gets the version number of the system volume folder (SYSVOL) component of the user configuration portion of the GPO.

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

Syntax

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

Property Value

Type: System.Int32

Returns Int32. The SYSVOL version number.

See Also

UserConfiguration Class
Microsoft.GroupPolicy Namespace

Return to top