DefaultValueStruct.MethodInstanceName - Propriété
Obtient ou définit le nom de MethodInstance .
Espace de noms : Microsoft.SharePoint.BusinessData.SharedService
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property MethodInstanceName As String
Get
Set
'Utilisation
Dim instance As DefaultValueStruct
Dim value As String
value = instance.MethodInstanceName
instance.MethodInstanceName = value
public string MethodInstanceName { get; set; }
Valeur de propriété
Type : System.String
Le nom MethodInstance .
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms