Compartilhar via


MethodInstanceStruct.IsDefault Property

Gets or sets whether the MethodInstance object is the default object.

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public Property IsDefault As Boolean
    Get
    Set
'Usage
Dim instance As MethodInstanceStruct
Dim value As Boolean

value = instance.IsDefault

instance.IsDefault = value
public bool IsDefault { get; set; }

Property Value

Type: System.Boolean
true if the MethodInstance object is the default; otherwise, false.

See Also

Reference

MethodInstanceStruct Class

MethodInstanceStruct Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace