GroupCreationParams.CreationOptions property
Namespace: Microsoft.Online.SharePoint.TenantManagement
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Property CreationOptions As String()
Get
Set
'Usage
Dim instance As GroupCreationParams
Dim value As String()
value = instance.CreationOptions
instance.CreationOptions = value
public string[] CreationOptions { get; set; }
Property value
Type: []