CorporateClaimUuidCollection.Add Method (Guid)
Adds an item to the CorporateClaimUuidCollection.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public int Add(
Guid value
)
public:
int Add(
Guid value
)
member Add :
value:Guid -> int
Public Function Add (
value As Guid
) As Integer
Parameters
value
Type: System.GuidThe Guid object to add to the collection.
Return Value
Type: System.Int32
The ArrayList index at which the value has been added.
See Also
Add Overload
CorporateClaimUuidCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top