[This is preliminary documentation and is subject to change.]

Base name of resource (used by CTor of ResourceManager

Namespace: Tools.ComponentModelT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public virtual string ResourceName { get; }
Visual Basic
Public Overridable ReadOnly Property ResourceName As String
	Get
Visual C++
public:
virtual property String^ ResourceName {
	String^ get ();
}
F#
abstract ResourceName : string
override ResourceName : string
JScript
function get ResourceName () : String

Remarks

If this property IS NOT null value is obtained from resorce with name ResourceName from item Property from assembly where type Resource is defined. If this property IS null value is obtained from static (shared in VB) property with name Property or type Resource.

Empty is not null!

See Also