[This is preliminary documentation and is subject to change.]
Shortcut description
Namespace: Tools.IOtAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public string Description { get; set; } |
| Visual Basic |
|---|
Public Property Description As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ Description {
String^ get ();
void set (String^ value);
} |
| F# |
|---|
member Description : string with get, set
|
| JScript |
|---|
function get Description () : String
function set Description (value : String) |
Field Value
The Description property contains a string value describing a shortcut.
Remarks
Exceptions
See Also