ExtensionPointRegistrationAttribute.ProviderGuidString 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.
The provider's GUID expressed as a string
protected:
property System::String ^ ProviderGuidString { System::String ^ get(); };
protected:
property Platform::String ^ ProviderGuidString { Platform::String ^ get(); };
protected string ProviderGuidString { get; }
member this.ProviderGuidString : string
Protected ReadOnly Property ProviderGuidString As String