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