ClientCallableAttribute.Internal - Propriété
Indique si le type ou un membre est interne.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property Internal As Boolean
Get
Set
'Utilisation
Dim instance As ClientCallableAttribute
Dim value As Boolean
value = instance.Internal
instance.Internal = value
public bool Internal { get; set; }
Valeur de propriété
Type : System.Boolean
Voir aussi
Référence
ClientCallableAttribute classe