SPGroup.LoginName property

Gets the login name of the group.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property LoginName As String
    Get
'Usage
Dim instance As SPGroup
Dim value As String

value = instance.LoginName
public override string LoginName { get; }

Property value

Type: System.String
The login name of the group.

Remarks

This property returns the value of the Name property.

See also

Reference

SPGroup class

SPGroup members

Microsoft.SharePoint namespace