MethodInstanceStruct.IsDefault - Propriété
Obtient ou définit une valeur indiquant si l'objet MethodInstance est l'objet par défaut.
Espace de noms : Microsoft.SharePoint.BusinessData.SharedService
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property IsDefault As Boolean
Get
Set
'Utilisation
Dim instance As MethodInstanceStruct
Dim value As Boolean
value = instance.IsDefault
instance.IsDefault = value
public bool IsDefault { get; set; }
Valeur de propriété
Type : System.Boolean
true si l'objet MethodInstance est la valeur par défaut ; dans le cas contraire, false.
Voir aussi
Référence
MethodInstanceStruct - Membres
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms