de la propiedad ClientCallableTypeAttribute.ServerTypeId
Identificador del tipo de destino.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Public Property ServerTypeId As String
Get
Set
'Uso
Dim instance As ClientCallableTypeAttribute
Dim value As String
value = instance.ServerTypeId
instance.ServerTypeId = value
public string ServerTypeId { get; set; }
Valor de propiedad
Tipo: System.String
Vea también
Referencia
clase ClientCallableTypeAttribute