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

Drukuj

.NET Framework Class Library

ContractorFK.IdentFK Property

Identyfikator FK. Odpowiednik pola [identyfikatorFK] 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 IdentFK As String
 Get
 Set

C#

public string IdentFK { getset; }

Visual C++

public:
property StringIdentFK {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_identFK();
function set_identFK(value);

See Also

ContractorFK Class

ContractorFK Members

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