Property Name
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Name
Gets or sets the name of the view.
string Name { get; set; }
Property Value
- string
The view name.
Remarks
The following restrictions apply to view names:
-
Must not be empty ("") or white space.
-
Must not exceed 200 characters.
-
Names may not start or end with the following characters: '.' (dot), ' ' (space).
-
Names may not contain the following character: '|' (pipe).
-
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 invalid.