Partilhar via


ProfileOperations.IsUsdVersionCompliant Property

Gets a Boolean value that specifies whether the USD version is compliant.

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 Boolean

value = instance.IsUsdVersionCompliant

Syntax

'Declaration
Public ReadOnly Property IsUsdVersionCompliant As Boolean
public bool IsUsdVersionCompliant { get; }
public:
property bool IsUsdVersionCompliant {
    bool get ();
}
/** @property */
public boolean get_IsUsdVersionCompliant ()
public function get IsUsdVersionCompliant () : boolean

Property Value

Type: Boolean
true if the USD version is compliant; 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

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.