SettingsUnitDescriptorName - свойство
Unique name of the settings unit.
The value must satisfy the
NamePattern pattern.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public string Name { get; init; }
Public Property Name As String
Get
Set
public:
virtual property String^ Name {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Name : string with get, set
override Name : string with get, set
StringINamedItemName
Mainly used for:
- convenience and readability,
- better understanding of what the settings unit is responsible for,
- forming a clean URL when accessing the settings unit.