다음을 통해 공유


CRMPresenter.IsDashboard Property

Gets or set s Boolean value that specifies whether the control is a dashboard.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As CRMPresenter
Dim value As Boolean

value = instance.IsDashboard

instance.IsDashboard = value

Syntax

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

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_IsDashboard (boolean value)
CompilerGeneratedAttribute 
public function get IsDashboard () : boolean

CompilerGeneratedAttribute 
public function set IsDashboard (value : boolean)

Property Value

Type: Boolean
True if it is a dashboard, 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

CRMPresenter Class
CRMPresenter Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace

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