SafetyNetStruct.Enabled - Propriété
Obtient ou définit si la limitation est activée.
Espace de noms : Microsoft.SharePoint.BusinessData.SharedService
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property Enabled As Boolean
Get
Set
'Utilisation
Dim instance As SafetyNetStruct
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
public bool Enabled { get; set; }
Valeur de propriété
Type : System.Boolean
true si la limitation est activée ; dans le cas contraire, false.
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms