Share via


ActiveDirectoryGroupClaim.ToString Method ()

 

Returns a string containing the name of the ActiveDirectoryGroupClaim object, if the object has a name.

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

Syntax

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

A string containing the name of the object, if set, or a null reference (Nothing in Visual Basic) if the object is unnamed.

See Also

ActiveDirectoryGroupClaim Class
System.Web.Security.SingleSignOn Namespace

Return to top