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

Name of Static (Shared in Visual Basic) property of type specified in Resource (if ResourceName is null) or name of item or resource with name ResourceName

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

Syntax

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

Remarks

The property doesn't need to pe public. Return type of the property must be String

See Also