GPPermissionCollection.IList.Insert Method (Int32, Object)

 

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

Syntax

void IList.Insert(
    int index,
    object value
)
private:
virtual void Insert(
    int index,
    Object^ value
) sealed = IList::Insert
private abstract Insert : 
        index:int *
        value:Object -> unit
private override Insert : 
        index:int *
        value:Object -> unit
Private Sub Insert (
    index As Integer,
    value As Object
)
    Implements IList.Insert

Parameters

Implements

IList.Insert(Int32, Object)

See Also

GPPermissionCollection Class
Microsoft.GroupPolicy Namespace

Return to top