SubsetCallableExcludeInterfaceAttribute.ExcludeInterface - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property ExcludeInterface As Type
Get
Set
'Utilisation
Dim instance As SubsetCallableExcludeInterfaceAttribute
Dim value As Type
value = instance.ExcludeInterface
instance.ExcludeInterface = value
public Type ExcludeInterface { get; set; }
Valeur de propriété
Type : System.Type
Voir aussi
Référence
SubsetCallableExcludeInterfaceAttribute classe