Symfonia.WebAPI.Interface.RepX.ViewModels Namespace > ReportCatalog Class > ReportCatalog Properties > Type Property 

Drukuj

.NET Framework Class Library

ReportCatalog.Type Property

Typ katalogu.

Namespace: Symfonia.WebAPI.Interface.RepX.ViewModels

Assembly:  Symfonia.WebAPI.Interface.RepX (in Symfonia.WebAPI.Interface.RepX.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property Type As enumRepXCatalogType
 Get
 Set

C#

public enumRepXCatalogType Type { getset; }

Visual C++

public:
property enumRepXCatalogType Type {
 enumRepXCatalogType get ();
 void set (enumRepXCatalogType value);
}

JavaScript

function get_type();
function set_type(value);

See Also

ReportCatalog Class

ReportCatalog Members

Symfonia.WebAPI.Interface.RepX.ViewModels Namespace