Sage.PL.WebAPI.Interface.Contractors.ViewModels Namespace > ContractorFK Class > ContractorFK Properties > IdFKSync Property 

Drukuj

.NET Framework Class Library

ContractorFK.IdFKSync Property

IdFKSync. Odpowiednik pola [idFKSynchr] z obiektu BKontrahent.

Namespace: Sage.PL.WebAPI.Interface.Contractors.ViewModels

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

Syntax

Visual Basic

Public Property IdFKSync As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intIdFKSync { getset; }

Visual C++

public:
property Nullable<intIdFKSync {
 Nullable<intget ();
 void set (Nullable<intvalue);
}

JavaScript

function get_idFKSync();
function set_idFKSync(value);

See Also

ContractorFK Class

ContractorFK Members

Sage.PL.WebAPI.Interface.Contractors.ViewModels Namespace