Share via


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.

See Also

Reference

MethodInstance Class

MethodInstance Members

Microsoft.SharePoint.BusinessData.Administration Namespace