ProvideProfileAttribute.ResourcePackageGuid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.