Поделиться через


ChainBuildingParameters.AuthorityInformationAccessEnabled Свойство

Определение

Возвращает или задает значение, указывающее, включен ли доступ к данным центра (AIA).

public:
 property bool AuthorityInformationAccessEnabled { bool get(); void set(bool value); };
bool AuthorityInformationAccessEnabled();

void AuthorityInformationAccessEnabled(bool value);
public bool AuthorityInformationAccessEnabled { get; set; }
var boolean = chainBuildingParameters.authorityInformationAccessEnabled;
chainBuildingParameters.authorityInformationAccessEnabled = boolean;
Public Property AuthorityInformationAccessEnabled As Boolean

Значение свойства

Boolean

bool

Значение true, чтобы включить доступ к данным центра (AIA); в противном случае — false. Значение по умолчанию — true.

Применяется к