Returns a collection of property names of the ResourceType object.
Namespace: Microsoft.ResourceManagement.WebServices.WSResourceManagement
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As ResourceType
Dim value As IEnumerable

value = instance.PropertyNames

Syntax

Visual Basic
Public ReadOnly Property PropertyNames As IEnumerable
C#
public IEnumerable PropertyNames { get; }
C++
public:
property IEnumerable^ PropertyNames {
		IEnumerable^ get ();
}
J#
/** @property */
public IEnumerable get_PropertyNames ()
JScript
public function get PropertyNames () : IEnumerable

Property Value

Returns an IEnumerable.

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

Target Platforms

Windows 2008 x64 Edition

See Also