Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace > PurchaseDocumentIssue Class > PurchaseDocumentIssue Properties > IsSmeProcedure Property 

Drukuj

.NET Framework Class Library

PurchaseDocumentIssue.IsSmeProcedure Property

Czy jest zastosowana procedura SME

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

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

Syntax

Visual Basic

Public Property IsSmeProcedure As Boolean
 Get
 Set

C#

public bool IsSmeProcedure { getset; }

Visual C++

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

JavaScript

function get_isSmeProcedure();
function set_isSmeProcedure(value);

See Also

PurchaseDocumentIssue Class

PurchaseDocumentIssue Members

Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace