USDTabControl.HasOneItem Property
Contains a Boolean value that specifies if the tab control has one item.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Styles
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As USDTabControl
Dim value As Boolean
value = instance.HasOneItem
instance.HasOneItem = value
Syntax
'Declaration
Public Property HasOneItem As Boolean
public bool HasOneItem { get; set; }
public:
property bool HasOneItem {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_HasOneItem ()
/** @property */
public void set_HasOneItem (boolean value)
public function get HasOneItem () : boolean
public function set HasOneItem (value : boolean)
Property Value
Type: Boolean
True if it has one item, 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
USDTabControl Class
USDTabControl Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Styles Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.