Symfonia.WebAPI.Interface.OSS.ViewModels.Common Namespace > OssContractor Class > OssContractor Properties > Id Property 

Drukuj

.NET Framework Class Library

OssContractor.Id Property

Id kontrahenta. Jeżeli id nie zostanie podany, dokument zostanie wystawiony na kontrahenta o podanym kodzie. Jeżeli nie istnieje kontrahent o podanymm id, dokument zostanie wystawiony na kontrahenta jednokrotnego.

Namespace: Symfonia.WebAPI.Interface.OSS.ViewModels.Common

Assembly:  Symfonia.WebAPI.Interface.OSS (in Symfonia.WebAPI.Interface.OSS.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property Id As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intId { getset; }

Visual C++

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

JavaScript

function get_id();
function set_id(value);

See Also

OssContractor Class

OssContractor Members

Symfonia.WebAPI.Interface.OSS.ViewModels.Common Namespace