IDTSComponentMetaData100.IsDefaultLocale 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 a value that indicates whether the locale used by a component is the default locale for the computer where the component is executing.
public:
property bool IsDefaultLocale { bool get(); };
[System.Runtime.InteropServices.DispId(124)]
public bool IsDefaultLocale { [System.Runtime.InteropServices.DispId(124)] get; }
[<System.Runtime.InteropServices.DispId(124)>]
[<get: System.Runtime.InteropServices.DispId(124)>]
member this.IsDefaultLocale : bool
Public ReadOnly Property IsDefaultLocale As Boolean
Property Value
true if the locale of the metadata is the default locale on the computer; otherwise, false.
- Attributes