| SvMsgGet Method |
Gets the message associated with an identifier.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static string Get(
int id
)
Public Shared Function Get (
id As Integer
) As String
public:
static String^ Get(
int id
)
Parameters
- id
- Type: SystemInt32
The identifier.
Return Value
Type:
StringThe message associated with
id, or
null if (
id >
or if the message is not set.
See Also