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

Gets or sets type tah contains property named with name specified in the Property property (when ResourceName is null); type form assebly where resource name ResourceName is defined (when ResourceName is not null)

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

Syntax

C#
public Type Resource { get; set; }
Visual Basic (Declaration)
Public Property Resource As Type
Visual C++
public:
property Type^ Resource {
	Type^ get ();
	void set (Type^ value);
}
J#
/** @property */
public Type get_Resource()
/** @property */
public  void set_Resource(Type value)
JScript
public function get Resource () : Type
public function set Resource (value : Type)

See Also