TenantSiteDesignCreationInfo.IsDefault property
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Property IsDefault As Boolean
Get
Set
'Usage
Dim instance As TenantSiteDesignCreationInfo
Dim value As Boolean
value = instance.IsDefault
instance.IsDefault = value
public bool IsDefault { get; set; }
Property value
Type: System.Boolean
See also
Reference
TenantSiteDesignCreationInfo class