UsdConfigurationManager.GetConfigurationXml(String) Method
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.
Retrieves the configuration XML.
public:
virtual System::String ^ GetConfigurationXml(System::String ^ entityName);
public string GetConfigurationXml (string entityName);
abstract member GetConfigurationXml : string -> string
override this.GetConfigurationXml : string -> string
Public Function GetConfigurationXml (entityName As String) As String
Parameters
- entityName
- String
Specifies the entity name.
Returns
The configuration XML.