[This is preliminary documentation and is subject to change.]
Base name of resource (used by CTor of ResourceManager
Namespace:
Tools.ComponentModelTAssembly: Tools (in Tools.dll) Version: 1.5.2.0
Syntax
| C# |
|---|
public virtual string ResourceName { get; } |
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property ResourceName As String |
| Visual C++ |
|---|
public: virtual property String^ ResourceName { String^ get (); } |
| J# |
|---|
/** @property */ public String get_ResourceName() |
| JScript |
|---|
public function get ResourceName () : String |
Remarks
If this property IS NOT null description is obtained from resorce with name ResourceName from item PropertyName from assembly where type Resource is defined.
If this property IS null description is obtained from static (shared in VB) property with name PropertyName or type Resource.
Empty()()() is not null!