Sage.PL.WebAPI.Interface.Common.ViewModels Namespace > Currency Class > Currency Properties > Shortcut Property 

Drukuj

.NET Framework Class Library

Currency.Shortcut Property

Skrót waluty.

Pole tylko do odczytu.

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

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

Syntax

Visual Basic

Public Property Shortcut As String
 Get
 Set

C#

public string Shortcut { getset; }

Visual C++

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

JavaScript

function get_shortcut();
function set_shortcut(value);

See Also

Currency Class

Currency Members

Sage.PL.WebAPI.Interface.Common.ViewModels Namespace