Gets the M-Series ID info.

Namespace:  GrassValley.Mseries.AppServer
Assembly:  GrassValley.Mseries.AppServer (in GrassValley.Mseries.AppServer.dll) Version: 1.0.0.0

Syntax

C#
void GetMSeriesIdInfo(
	IdComp idc,
	out string val
)
Visual Basic (Declaration)
Sub GetMSeriesIdInfo ( _
	idc As IdComp, _
	<OutAttribute> ByRef val As String _
)
Visual C++
void GetMSeriesIdInfo(
	IdComp idc, 
	[OutAttribute] String^% val
)

Parameters

idc
Type: GrassValley.Mseries.Status..::.IdComp
Idc.
val
Type: System..::.String %
Val.

See Also