Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public AssetHistoryLinks Owner { get; private set; } |
Visual Basic |
---|
Public Property Owner As AssetHistoryLinks Get Private Set |
Visual C++ |
---|
public: property AssetHistoryLinks^ Owner { AssetHistoryLinks^ get (); private: void set (AssetHistoryLinks^ value); } |