Click or drag to resize
SvMsgGet Method
Gets the message associated with an identifier.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public static string Get(
	int id
)

Parameters

id
Type: SystemInt32
The identifier.

Return Value

Type: String
The message associated with id, or null if (id > or if the message is not set.
See Also