LicenseModuleSerializedSettings - свойство |
Настройки
Settings, сериализованные в base64-строку.
Использование этого свойства приводит к сериализации/десериализации настроек.
Пространство имён:
Tessa.Platform.Licensing
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис [BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[XmlElementAttribute("settings")]
public string SerializedSettings { get; set; }
<BrowsableAttribute(false)>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<XmlElementAttribute("settings")>
Public Property SerializedSettings As String
Get
Set
public:
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[XmlElementAttribute(L"settings")]
property String^ SerializedSettings {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<XmlElementAttribute("settings")>]
member SerializedSettings : string with get, set
Значение свойства
Тип:
StringСм. также