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

Drukuj

.NET Framework Class Library

Account.Analytic2 Property

Analityk 2.

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

C#

public int Analytic2 { getset; }

Visual C++

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

JavaScript

function get_analytic2();
function set_analytic2(value);

See Also

Account Class

Account Members

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