Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As BaseObject
Dim returnValue As IEnumerable(Of PropertyInfo)

returnValue = instance.EnumerateLocalizedProperties

Syntax

Visual Basic
Public Function EnumerateLocalizedProperties As IEnumerable(Of PropertyInfo)
C#
public IEnumerable<PropertyInfo> EnumerateLocalizedProperties ()
C++
public:
IEnumerable<PropertyInfo^>^ EnumerateLocalizedProperties ()
J#
public IEnumerable<PropertyInfo> EnumerateLocalizedProperties ()
JScript
public function EnumerateLocalizedProperties () : IEnumerable<PropertyInfo>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also