PluginComponent.Description Property (Windows Embedded CE 6.0)

1/5/2010

Human readable description of the plug-in.

Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)

Syntax

public string Description { get; set; }
'Declaration
Public Property Description As String

Remarks

Defaults to the Title value set in the Bundle Editor for the .cebundleinfo file, which is set in the resulting .cetool file. Only set this value if you want to change it from the value in the .cetool file.

This property must be set in the constructor only.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PluginComponent Class
PluginComponent Members
Microsoft.RemoteToolSdk.PluginComponents Namespace