NonHostedApplicationRecord.IsDefaultApplication Property
Gets or sets a Boolean value that specifies whether the application is a default application.
Namespace: Microsoft.Uii.Common.Entities
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As NonHostedApplicationRecord
Dim value As Boolean
value = instance.IsDefaultApplication
instance.IsDefaultApplication = value
Syntax
'Declaration
Public Property IsDefaultApplication As Boolean
public bool IsDefaultApplication { get; set; }
public:
property bool IsDefaultApplication {
bool get ();
void set (bool value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public boolean get_IsDefaultApplication ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_IsDefaultApplication (boolean value)
CompilerGeneratedAttribute
public function get IsDefaultApplication () : boolean
CompilerGeneratedAttribute
public function set IsDefaultApplication (value : boolean)
Property Value
Type: Boolean
True if it is a default application, otherwise .
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
NonHostedApplicationRecord Class
NonHostedApplicationRecord Members
Microsoft.Uii.Common.Entities Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.