Sage.PL.WebAPI.Interface.FKF.Contractors.ViewModels Namespace > Contractor Class > Contractor Properties > Vies Property 

Drukuj

.NET Framework Class Library

Contractor.Vies Property

Status oznaczający, czy kontrahent jest zarejestrowany w systemie VIES. Odpowiednik pola [statusUE] z obiektu SynchroSubject.

Namespace: Sage.PL.WebAPI.Interface.FKF.Contractors.ViewModels

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

Syntax

Visual Basic

Public Property Vies As Boolean
 Get
 Set

C#

public bool Vies { getset; }

Visual C++

public:
property bool Vies {
 bool get ();
 void set (bool value);
}

JavaScript

function get_vies();
function set_vies(value);

See Also

Contractor Class

Contractor Members

Sage.PL.WebAPI.Interface.FKF.Contractors.ViewModels Namespace