ProfileOperations.UsdLanguageFileForUser Property
Gets the XML for the language translation document.
Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)
'Usage
Dim instance As ProfileOperations
Dim value As String
value = instance.UsdLanguageFileForUser
'Declaration
Public ReadOnly Property UsdLanguageFileForUser As String
public string UsdLanguageFileForUser { get; }
public:
property String^ UsdLanguageFileForUser {
String^ get ();
}
/** @property */
public String get_UsdLanguageFileForUser ()
public function get UsdLanguageFileForUser () : String
Type: String
The XML for the language translation document.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
ProfileOperations Class
ProfileOperations Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.