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

Specifies name of Static (Shared in Visual Basic) Public property of type specified in the Resource property. This property returns the default value returned (if ResourceName is null); name of item in resource 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 string Property { get; set; }
Visual Basic
Public Property Property As String
	Get
	Set
Visual C++
public:
property String^ Property {
	String^ get ();
	void set (String^ value);
}
F#
member Property : string with get, set
JScript
function get Property () : String
function set Property (value : String)

Remarks

Property cannot be indexed (event with optional index)

See Also