[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.ComponentModelTAssembly: 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
See Also