Class ClientPluginAttribute
Specifies the client SDK version number the assembly was built against.
Namespace: NFive.SDK.Client
Assembly: NFive.SDK.Client.net.dll
Syntax
public class ClientPluginAttribute : PluginAttribute
Constructors
| Improve this Doc View SourceClientPluginAttribute(UInt32)
Initializes a new instance of the ClientPluginAttribute class.
Declaration
public ClientPluginAttribute(uint target)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | target | The target client SDK version number. |