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