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

Data type that contains property with name specified in the PropertyName property (if ResourceName is null); any type from assembyl where resource ResourceName is defined (if ResourceName is not null).

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

Syntax

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

Remarks

Theere is no need for the data type to be public.

See Also