NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ResourceManager.ResourceSetType

This read-only property returns the Type of the ResourceSet the ResourceManager uses to construct a ResourceSet object.

[Visual Basic]
Overridable Public ReadOnly Property ResourceSetType As Type
[C#]
public Type ResourceSetType {virtual get;}
[C++]
public: __property virtual Type* get_ResourceSetType();
[JScript]
public function get ResourceSetType() : Type;

Property Value

Read only.

See Also

ResourceManager Class | ResourceManager Members | System.Resources Namespace