ProvideProfileAttribute.ResourcePackageGuid Property

Definition

Gets or sets the GUID of a package providing the resource strings.

public:
 property System::String ^ ResourcePackageGuid { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ResourcePackageGuid { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ResourcePackageGuid { get; set; }
member this.ResourcePackageGuid : string with get, set
Public Property ResourcePackageGuid As String

Property Value

The GUID of a package providing the resource strings.

Remarks

This property should be set only if the resource strings are in a package different from the current one.

Applies to