SPGroup.LoginName Property

Gets the login name of the group.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.MaxLength, Value := )> _
<ClientCallableAttribute> _
Public Overrides ReadOnly Property LoginName As String
    Get
'Usage
Dim instance As SPGroup
Dim value As String

value = instance.LoginName
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.MaxLength, Value = )]
[ClientCallableAttribute]
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