PropertyInformation.IsStatic - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property IsStatic As Boolean
Get
Set
'Utilisation
Dim instance As PropertyInformation
Dim value As Boolean
value = instance.IsStatic
instance.IsStatic = value
public bool IsStatic { get; set; }
Valeur de propriété
Type : System.Boolean