DefaultValueStruct.MethodInstanceId - Propriété
Obtient ou définit l'identificateur (ID) de MethodInstance .
Espace de noms : Microsoft.SharePoint.BusinessData.SharedService
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property MethodInstanceId As UInteger
Get
Set
'Utilisation
Dim instance As DefaultValueStruct
Dim value As UInteger
value = instance.MethodInstanceId
instance.MethodInstanceId = value
public uint MethodInstanceId { get; set; }
Valeur de propriété
Type : System.UInt32
L'ID de MethodInstance .
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms