共用方式為


DataPackagePropertySet.EnterpriseId 屬性

定義

取得或設定企業身分識別 (請參閱 企業資料保護) 。

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

企業識別碼。

適用於