Compartir a través de


TypeName Propiedad

Obtiene el tipo del elemento.

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property TypeName As String
    Get
    Set
'Uso
Dim instance As CatalogItem
Dim value As String

value = instance.TypeName

instance.TypeName = value
public string TypeName { get; set; }
public:
property String^ TypeName {
    String^ get ();
    void set (String^ value);
}
member TypeName : string with get, set
function get TypeName () : String
function set TypeName (value : String)

Valor de la propiedad

Tipo: System. . :: . .String
Valor String que especifica el tipo de un elemento.

Comentarios

For a list of available item types, use the ListItemTypes method.