Item Property (locale)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Item Property (locale)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesVersionResourceItem[([( Int32])])
Gets the string table for a specific locale, or null if there is no table for that locale.
Declaration Syntax
C# Visual Basic Visual C++
public VersionStringTable this[
	int locale
] { get; }
Public ReadOnly Default Property Item ( 
	locale As Integer
) As VersionStringTable
	Get
public:
property VersionStringTable^ default[int locale] {
	VersionStringTable^ get (int locale);
}
Parameters
locale (Int32)
Property Value

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources.dll) Version: 3.0.0.0 (3.9.1006.0)