SettingsUnitDescriptorName - свойство
Unique name of the settings unit.
The value must satisfy the
NamePattern pattern.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public required 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.