ProvideLanguageServiceAttribute.LanguageResourceID Property

Definition

Returns the resource ID used to obtain the localized version of the language name.

public:
 property int LanguageResourceID { int get(); };
public:
 property int LanguageResourceID { int get(); };
public int LanguageResourceID { get; }
member this.LanguageResourceID : int
Public ReadOnly Property LanguageResourceID As Integer

Property Value

Returns a number representing the resource ID. This is the same value that was passed to the class constructor.

Remarks

This property is not normally used outside the class.

Applies to