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