Sage.PL.WebAPI.Interface.Dictionaries.ViewModels Namespace > DictionaryElementAttribute Class > DictionaryElementAttribute Properties > Inherited Property 

Drukuj

.NET Framework Class Library

DictionaryElementAttribute.Inherited Property

Wartość logiczna informująca o dziedziczeniu atrybutu dodatkowego.

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

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

Syntax

Visual Basic

Public Property Inherited As Boolean
 Get
 Set

C#

public bool Inherited { getset; }

Visual C++

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

JavaScript

function get_inherited();
function set_inherited(value);

See Also

DictionaryElementAttribute Class

DictionaryElementAttribute Members

Sage.PL.WebAPI.Interface.Dictionaries.ViewModels Namespace