This API is currently not supported.
Namespace: Microsoft.ResourceManagement.WebServices.WSResourceManagement
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As ResourceType
Dim value As Dictionary(Of String, ResourcePropertyInfo)

value = instance.ResourceProperties

Syntax

Visual Basic
Public ReadOnly Property ResourceProperties As Dictionary(Of String, ResourcePropertyInfo)
C#
public Dictionary<string,ResourcePropertyInfo> ResourceProperties { get; }
C++
public:
property Dictionary<String^, ResourcePropertyInfo^>^ ResourceProperties {
		Dictionary<String^, ResourcePropertyInfo^>^ get ();
}
J#
/** @property */
public Dictionary<String,ResourcePropertyInfo> get_ResourceProperties ()
JScript
public function get ResourceProperties () : Dictionary<String,ResourcePropertyInfo>

Property Value

Returns a Dictionary.

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