Group.OwnerTitle property

Gets the name for the owner of this group.

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

Syntax

'Declaration
Public ReadOnly Property OwnerTitle As String
    Get
'Usage
Dim instance As Group
Dim value As String

value = instance.OwnerTitle
public string OwnerTitle { get; }

Property value

Type: System.String
Returns String.

See also

Reference

Group class

Group members

Microsoft.SharePoint.Client namespace