UsdConfigurationManager.GetConfigurationXml Method
Retrieves the configuration XML.
Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)
Usage
'Usage
Dim instance As UsdConfigurationManager
Dim entityName As String
Dim returnValue As String
returnValue = instance.GetConfigurationXml(entityName)
Syntax
'Declaration
Public Function GetConfigurationXml ( _
entityName As String _
) As String
public string GetConfigurationXml (
string entityName
)
public:
virtual String^ GetConfigurationXml (
String^ entityName
) sealed
public final String GetConfigurationXml (
String entityName
)
public final function GetConfigurationXml (
entityName : String
) : String
Parameters
- entityName
Specifies the entity name.
Return Value
Type: String The configuration XML.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
UsdConfigurationManager Class
UsdConfigurationManager Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility.DataLoader Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.