Sdílet prostřednictvím


ProfileOperations.UsdUserProfileDirectoryAppPath Property

Gets the path to the USD user profile directory.

Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)

Usage

'Usage
Dim instance As ProfileOperations
Dim value As String

value = instance.UsdUserProfileDirectoryAppPath

Syntax

'Declaration
Public Property UsdUserProfileDirectoryAppPath As String
public string UsdUserProfileDirectoryAppPath { get; }
public:
property String^ UsdUserProfileDirectoryAppPath {
    String^ get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_UsdUserProfileDirectoryAppPath ()
CompilerGeneratedAttribute 
public function get UsdUserProfileDirectoryAppPath () : String

Property Value

Type: String
The path to the user profile directory.

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

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.