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