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.BaseName

This read-only property returns the base name for the ResourceManager.

[Visual Basic]
Overridable Public ReadOnly Property BaseName As String
[C#]
public string BaseName {virtual get;}
[C++]
public: __property virtual String* get_BaseName();
[JScript]
public function get BaseName() : String;

Property Value

Read only. Returns the name for the ResourceManager.

Remarks

None

See Also

ResourceManager Class | ResourceManager Members | System.Resources Namespace