Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public IEntity Entity { get; private set; } |
Visual Basic |
---|
Public Property Entity As IEntity Get Private Set |
Visual C++ |
---|
public: virtual property IEntity^ Entity { IEntity^ get () sealed; private: void set (IEntity^ value) sealed; } |