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;
Read only.
ResourceManager Class | ResourceManager Members | System.Resources Namespace