Symfonia.WebAPI.Interface.OSS.ViewModels.Common Namespace > OssDelivery Class > OssDelivery Properties > Code Property 

Drukuj

.NET Framework Class Library

OssDelivery.Code Property

Kod dostawy.

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 Code As String
 Get
 Set

C#

public string Code { getset; }

Visual C++

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

JavaScript

function get_code();
function set_code(value);

See Also

OssDelivery Class

OssDelivery Members

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