[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.ComponentModelTAssembly: 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 |
| F# |
|---|
member Property : string with get, set
|
| JScript |
|---|
function get Property () : String
function set Property (value : String) |
Remarks
See Also