Group.Name Property
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.Security
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property Name As String
Get
'Usage
Dim instance As Group
Dim value As String
value = instance.Name
[ObsoleteAttribute("This class is obsolete.")]
public string Name { get; }
Property Value
Type: System.String