Click or drag to resize
weroSoft AG, Software
ClientPluginTypeId Property
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the type identifier.

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

Property Value

Type: Guid
Remarks
This property returns the type identifier given by the meta data of the plug-in. If this identifier is not defined or not representing a GUID, the property returns an empty GUID.
See Also