Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public AssetClass AssetType { get; set; }
Visual Basic (Declaration)
Public Property AssetType As AssetClass
Visual C++
public:
property AssetClass AssetType {
	AssetClass get ();
	void set (AssetClass value);
}

See Also