DataPackagePropertySet.EnterpriseId プロパティ

定義

エンタープライズ 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 = dataPackagePropertySet.enterpriseId;
dataPackagePropertySet.enterpriseId = string;
Public Property EnterpriseId As String

プロパティ値

String

Platform::String

winrt::hstring

エンタープライズ ID。

適用対象