ProtectionPolicyManager.ShowEnterpriseIndicator 屬性

定義

注意

從 2022 年 7 月開始,Microsoft 即將淘汰 Windows 資訊保護 (WIP) ,以及支援 WIP 的 API。 Microsoft 將繼續在支援的 Windows 版本上支援 WIP。 新版本的 Windows 不會包含 WIP 的新功能,且未來版本的 Windows 不支援此功能。 如需詳細資訊,請參閱宣佈 Windows 資訊保護的終止

針對資料保護需求,Microsoft 建議您使用Microsoft Purview 資訊保護Microsoft Purview 資料外洩防護。 Purview 簡化了組態設定,並提供一組進階的功能。

值,指出殼層是否應該裝飾視窗,以顯示它是企業視窗。

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

void ShowEnterpriseIndicator(bool value);
public bool ShowEnterpriseIndicator { get; set; }
var boolean = protectionPolicyManager.showEnterpriseIndicator;
protectionPolicyManager.showEnterpriseIndicator = boolean;
Public Property ShowEnterpriseIndicator As Boolean

屬性值

Boolean

bool

true 表示殼層應該裝飾視窗,以顯示它是企業視窗,否則為 false

Windows 需求

裝置系列
Windows Desktop Extension SDK (已於 10.0.14393.0 引進)
Windows Mobile Extension SDK (已於 10.0.14393.0 引進)
API contract
Windows.Security.EnterpriseData.EnterpriseDataContract (已於 v3.0 引進)

適用於