Share via


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