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

Drukuj

.NET Framework Class Library

Account.Analytic3 Property

Analityk 3.

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

C#

public int Analytic3 { getset; }

Visual C++

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

JavaScript

function get_analytic3();
function set_analytic3(value);

See Also

Account Class

Account Members

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