Share via


Group.Owner Property

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property Owner As Principal
    Get
    Set
'Usage
Dim instance As Group
Dim value As Principal

value = instance.Owner

instance.Owner = value
[RemoteAttribute]
public Principal Owner { get; set; }

Property Value

Type: Microsoft.SharePoint.Client.Principal
Returns Principal.

See Also

Reference

Group Class

Group Members

Microsoft.SharePoint.Client Namespace