SafetyNetStruct.MaxLimit - Propriété
Obtient ou définit la limite maximale de limitation.
Espace de noms : Microsoft.SharePoint.BusinessData.SharedService
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property MaxLimit As Integer
Get
Set
'Utilisation
Dim instance As SafetyNetStruct
Dim value As Integer
value = instance.MaxLimit
instance.MaxLimit = value
public int MaxLimit { get; set; }
Valeur de propriété
Type : System.Int32
La limite maximale de limitation.
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms