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

Drukuj

.NET Framework Class Library

Account.Analytic4 Property

Analityk 4.

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

C#

public int Analytic4 { getset; }

Visual C++

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

JavaScript

function get_analytic4();
function set_analytic4(value);

See Also

Account Class

Account Members

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