MethodInstanceStruct.IsDefault property
Gets or sets whether the MethodInstance object is the default object.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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.