Gets or sets the subsystem.

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

Syntax

C#
EntryPtSubsystem Subsystem { get; set; }
Visual Basic (Declaration)
Property Subsystem As EntryPtSubsystem
Visual C++
property EntryPtSubsystem Subsystem {
	EntryPtSubsystem get ();
	void set (EntryPtSubsystem value);
}

Field Value

See Also