TrustPolicyEntryCollection.Insert Method (Int32, TrustPolicyEntry)

 

Inserts an element into the TrustPolicyEntryCollection at the specified index.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public void Insert(
    int index,
    TrustPolicyEntry value
)
public:
void Insert(
    int index,
    TrustPolicyEntry^ value
)
member Insert : 
        index:int *
        value:TrustPolicyEntry -> unit
Public Sub Insert (
    index As Integer,
    value As TrustPolicyEntry
)

Parameters

  • index
    Type: System.Int32

    The zero-based index at which value should be inserted.

See Also

TrustPolicyEntryCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top