de la propiedad IdentifierStruct.TypeName
Obtiene o establece el nombre del tipo.
Espacio de nombres: Microsoft.SharePoint.BusinessData.SharedService
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Property TypeName As String
Get
Set
'Uso
Dim instance As IdentifierStruct
Dim value As String
value = instance.TypeName
instance.TypeName = value
public string TypeName { get; set; }
Valor de propiedad
Tipo: System.String
El nombre del tipo.
Vea también
Referencia
Espacio de nombres Microsoft.SharePoint.BusinessData.SharedService