共用方式為


ProtectionPolicyAuditInfo.SourceDescription 屬性

定義

注意

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

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

資料來源的描述。

public:
 property Platform::String ^ SourceDescription { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SourceDescription();

void SourceDescription(winrt::hstring value);
public string SourceDescription { get; set; }
var string = protectionPolicyAuditInfo.sourceDescription;
protectionPolicyAuditInfo.sourceDescription = string;
Public Property SourceDescription As String

屬性值

String

Platform::String

winrt::hstring

資料來源的描述。

適用於