Sage.PL.WebAPI.Interface.ViewModels Namespace > CompanyInfo Class > CompanyInfo Properties > LicensesInfo Property 

Drukuj

.NET Framework Class Library

CompanyInfo.LicensesInfo Property

Lista informacji o licencji

Namespace: Sage.PL.WebAPI.Interface.ViewModels

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

Syntax

Visual Basic

Public Property LicensesInfo As List(Of LicenceInfo)
 Get
 Set

C#

public List<LicenceInfoLicensesInfo { getset; }

Visual C++

public:
property List<LicenceInfo^>^ LicensesInfo {
 List<LicenceInfo^>^ get ();
 void set (List<LicenceInfo^>^ value);
}

JavaScript

function get_licensesInfo();
function set_licensesInfo(value);

See Also

CompanyInfo Class

CompanyInfo Members

Sage.PL.WebAPI.Interface.ViewModels Namespace