次の方法で共有


ProtectionPolicyAuditInfo.DataDescription プロパティ

定義

Note

2022 年 7 月以降、Microsoft は Windows Information Protection (WIP) と WIP をサポートする API を非推奨とします。 Microsoft は引き続き、サポートされているバージョンの Windows で WIP をサポートします。 Windows の新しいバージョンには WIP の新機能は含まれません。また、今後のバージョンの Windows ではサポートされません。 詳細については、「Windows Information Protectionの終了を発表する」を参照してください。

データ保護のニーズに合わせて、Microsoft Purview 情報保護Microsoft Purview データ損失防止を使用することをお勧めします。 Purview を使用すると、構成のセットアップが簡略化され、高度な機能セットが提供されます。

監査対象のデータの説明。

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

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

プロパティ値

String

Platform::String

winrt::hstring

監査対象のデータの説明。

適用対象