Symfonia.WebAPI.Interface.RepX.ViewModels Namespace > ReportDefinition Class > ReportDefinition Properties > CatalogId Property 

Drukuj

.NET Framework Class Library

ReportDefinition.CatalogId Property

Id 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 CatalogId As Integer
 Get
 Set

C#

public int CatalogId { getset; }

Visual C++

public:
property int CatalogId {
 int get ();
 void set (int value);
}

JavaScript

function get_catalogId();
function set_catalogId(value);

See Also

ReportDefinition Class

ReportDefinition Members

Symfonia.WebAPI.Interface.RepX.ViewModels Namespace