次の方法で共有


WebViewControlProcessOptions.EnterpriseId プロパティ

定義

WIP 対応アプリのエンタープライズ ID を取得または設定します。

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

void EnterpriseId(winrt::hstring value);
public string EnterpriseId { get; set; }
var string = webViewControlProcessOptions.enterpriseId;
webViewControlProcessOptions.enterpriseId = string;
Public Property EnterpriseId As String

プロパティ値

String

Platform::String

winrt::hstring

WIP 対応アプリのエンタープライズ ID。

注釈

Windows Information Protection (WIP) の詳細については、「WIP を使用してエンタープライズ データを保護する」を参照してください。

適用対象