[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); name of item of resource when 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 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 (type of resource) must be String. The property (resource) should not return an empty string becose empty string is treated as failure of the property by the GetLocalizedString(String) function.

See Also