Table of Contents

Property Name

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

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

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. Forbidden characters: '|'.

ArgumentException

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