ClientCallableObjectFactoryAttribute.ServerTypeId propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Property ServerTypeId As String
Get
Set
'Uso
Dim instance As ClientCallableObjectFactoryAttribute
Dim value As String
value = instance.ServerTypeId
instance.ServerTypeId = value
public string ServerTypeId { get; set; }
Valor de propriedade
Tipo: System.String
Ver também
Referência
ClientCallableObjectFactoryAttribute classe