Gets or sets the asset type for this symbol.

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

Syntax

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

See Also