ServiceType Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the type of the service.

Namespace: Optimization.Unity
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public Type ServiceType { get; set; }
Visual Basic
Public Property ServiceType As Type
	Get
	Set
Visual C++
public:
property Type^ ServiceType {
	Type^ get ();
	void set (Type^ value);
}

Field Value

The type of the service.

See Also