Symfonia.WebAPI.Interface.OSS.ViewModels.Sales Namespace > OssDomesticSaleDocument Class > OssDomesticSaleDocument Properties > IdExternal Property 

Drukuj

.NET Framework Class Library

OssDomesticSaleDocument.IdExternal Property

ID z obcego systemu

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

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

Syntax

Visual Basic

Public Property IdExternal As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intIdExternal { getset; }

Visual C++

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

JavaScript

function get_idExternal();
function set_idExternal(value);

See Also

OssDomesticSaleDocument Class

OssDomesticSaleDocument Members

Symfonia.WebAPI.Interface.OSS.ViewModels.Sales Namespace