Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the ADGroupGeneration object at the specified index in this collection.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public ADGroupGeneration this[
int index
] { get; set; }
public:
property ADGroupGeneration^ default[
int index
] {
ADGroupGeneration^ get(int index);
void set(int index, ADGroupGeneration^ value);
}
member Item :
index:int -> ADGroupGeneration with get, set
Public Property Item (
index As Integer
) As ADGroupGeneration
Parameters
index
Type: System.Int32The zero-based index of the ADGroupGeneration object to set or retrieve.
Property Value
Type: System.Web.Security.SingleSignOn.ADGroupGeneration
Returns ADGroupGeneration
See Also
ADGroupGenerationCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top