GpoLink.Order Property

 

Gets the position of the GPO link in relation to other GPO links for the scope of management (SOM).

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

Syntax

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

Property Value

Type: System.Int32

Returns Int32. The position of the GPO link.

See Also

GpoLink Class
Microsoft.GroupPolicy Namespace

Return to top