Sage.PL.WebAPI.Interface.ViewModels Namespace > SessionInformation Class > SessionInformation Properties > DeviceName Property 

Drukuj

.NET Framework Class Library

SessionInformation.DeviceName Property

Nazwa urządzenia.

Namespace: Sage.PL.WebAPI.Interface.ViewModels

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

Syntax

Visual Basic

Public Property DeviceName As String
 Get
 Set

C#

public string DeviceName { getset; }

Visual C++

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

JavaScript

function get_deviceName();
function set_deviceName(value);

See Also

SessionInformation Class

SessionInformation Members

Sage.PL.WebAPI.Interface.ViewModels Namespace