Table of Contents

Property Name

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Name

Gets or sets the service name.

string Name { get; set; }

Property Value

string

The service name.

Remarks

The following restrictions apply to service names:

  • Names may not start or end with the following characters: '.' (dot), ' ' (space).

  • Names may not contain the following characters: '\', '/', ':', '*', '?', '"', '<', '>', '|', '°', ';'.

  • The following characters may not occur more than once within a name: '%' (percentage).

Exceptions

ArgumentNullException

The value of a set operation is null.

ArgumentException

The value of a set operation is empty or white space.

ArgumentException

The value of a set operation exceeds 200 characters.

ArgumentException

The value of a set operation contains a forbidden character.

ArgumentException

The value of a set operation contains more than one '%' character.