Udostępnij za pośrednictwem


UserProfile.IsUsdSolutionCurrent Property

Gets or sets a value that specifies if the Unified Service Desk solution is current.

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

Usage

'Usage
Dim instance As UserProfile
Dim value As Boolean

value = instance.IsUsdSolutionCurrent

instance.IsUsdSolutionCurrent = value

Syntax

'Declaration
Public Property IsUsdSolutionCurrent As Boolean
public bool IsUsdSolutionCurrent { get; set; }
public:
property bool IsUsdSolutionCurrent {
    bool get ();
    void set (bool value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public boolean get_IsUsdSolutionCurrent ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_IsUsdSolutionCurrent (boolean value)
CompilerGeneratedAttribute 
public function get IsUsdSolutionCurrent () : boolean

CompilerGeneratedAttribute 
public function set IsUsdSolutionCurrent (value : boolean)

Property Value

Type: Boolean
true if the solution is current; otherwise, false.

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

UserProfile Class
UserProfile Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.