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