| SvMsgAppliWarning Method (String) |
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static SvMsg AppliWarning(
string msg
)
Public Shared Function AppliWarning (
msg As String
) As SvMsg
public:
static SvMsg^ AppliWarning(
String^ msg
)
Parameters
- msg
- Type: SystemString
The message description.
Return Value
Type:
SvMsg
The new warning
SvMsg object.
Remarks See Also