ProvideLanguageCodeExpansionAttribute.LanguageServiceSid 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 the GUID of the language service.
public:
property Guid LanguageServiceSid { Guid get(); };
public Guid LanguageServiceSid { get; }
member this.LanguageServiceSid : Guid
Public ReadOnly Property LanguageServiceSid As Guid
Property Value
The GUID of the language service.
Remarks
This property is not normally used outside the class.