  | AssetLoadHelperAssetName Property  | 
            Gets or sets the name of the asset.
            
 
Namespace: DigitalRune.Graphics.ContentAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntaxpublic string AssetName { get; }Public ReadOnly Property AssetName As String
	Get
public:
property String^ AssetName {
	String^ get ();
}member AssetName : string with get
Property Value
Type: 
StringThe name of the asset. (See 
AssetName.)
See Also