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.

public string Name { get; set; }

Property Value

string

Remarks

Forbidden characters: '', '/', ':', '*', '?', '"', '<', '>', '|', '°', ';'.

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.