ApplicationRecord.ApplicationType Property
Gets or sets the application type.
Namespace: Microsoft.Uii.Common.Entities
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As ApplicationRecord
Dim value As ApplicationType
value = instance.ApplicationType
instance.ApplicationType = value
Syntax
'Declaration
Public Property ApplicationType As ApplicationType
public ApplicationType ApplicationType { get; set; }
public:
property ApplicationType ApplicationType {
ApplicationType get ();
void set (ApplicationType value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public ApplicationType get_ApplicationType ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_ApplicationType (ApplicationType value)
CompilerGeneratedAttribute
public function get ApplicationType () : ApplicationType
CompilerGeneratedAttribute
public function set ApplicationType (value : ApplicationType)
Property Value
The type of application.
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
ApplicationRecord Class
ApplicationRecord Members
Microsoft.Uii.Common.Entities Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.