Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.