DefaultValueStruct.MethodInstanceName property

Gets or sets the MethodInstance name.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property MethodInstanceName As String
    Get
    Set
'Usage
Dim instance As DefaultValueStruct
Dim value As String

value = instance.MethodInstanceName

instance.MethodInstanceName = value
public string MethodInstanceName { get; set; }

Property value

Type: System.String
The MethodInstance name.

See also

Reference

DefaultValueStruct class

DefaultValueStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace