Click or drag to resize
weroSoft AG, Software
ClientPluginMetadataDescription Property
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the description of the plug-in presented to the user.

Namespace:  WeroSoft.ComponentModel.Client
Assembly:  WeroSoft.Client.Library (in WeroSoft.Client.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public string Description { get; protected set; }

Property Value

Type: String

Implements

IClientPluginMetadataDescription
Remarks
Ensure to use a localize-able description here.
See Also