LocalizationManager.ResourceManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the string value for the ResourceManager control.
public:
property System::String ^ ResourceManager { System::String ^ get(); void set(System::String ^ value); };
[System.Xml.Serialization.XmlAttribute]
public string ResourceManager { get; set; }
[<System.Xml.Serialization.XmlAttribute>]
member this.ResourceManager : string with get, set
Public Property ResourceManager As String
Property Value
The string value that represents the ResourceManager.
- Attributes