MethodInstance.IsDefault property
Gets or sets a value specifying whether this is the default method instance.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsDefault As Boolean
Get
Set
'Usage
Dim instance As MethodInstance
Dim value As Boolean
value = instance.IsDefault
instance.IsDefault = value
public bool IsDefault { get; set; }
Property value
Type: System.Boolean
A Boolean value indicating whether this is the default method instance.