Sage.PL.WebAPI.Interface.FKF.Common.ViewModels Namespace > Account Class > Account Properties > Analytic1 Property 

Drukuj

.NET Framework Class Library

Account.Analytic1 Property

Analityk 1.

Namespace: Sage.PL.WebAPI.Interface.FKF.Common.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.FKF.Common (in Sage.PL.WebAPI.Interface.FKF.Common.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property Analytic1 As Integer
 Get
 Set

C#

public int Analytic1 { getset; }

Visual C++

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

JavaScript

function get_analytic1();
function set_analytic1(value);

See Also

Account Class

Account Members

Sage.PL.WebAPI.Interface.FKF.Common.ViewModels Namespace