DataPackagePropertySet.EnterpriseId Property

Definition

Gets or sets the enterprise identity (see Enterprise data protection).

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

Property Value

String

Platform::String

winrt::hstring

The enterprise Id.

Applies to