Provides access to the property representing whether the user is Mobile Office enabled (use Property.MobileOfficeUser).

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
[ObsoleteAttribute("MobileOfficeUser is not used.")]
public InheritableConfigurationProperty<UserConfiguration..::..Property, bool> MobileOfficeUser { get; }
Visual Basic
<ObsoleteAttribute("MobileOfficeUser is not used.")> _
Public ReadOnly Property MobileOfficeUser As InheritableConfigurationProperty(Of UserConfiguration..::..Property, Boolean)
	Get

Field Value

The property representing the user is Mobile Office enabled.

Remarks

Specifies user access to the Mobile Office feature.
Note
If Outlook TUI User is selected, the Mobile Office User option is automatically selected and grayed-out. This allows correct inheritance with the Mobile Office role. For example, User A can inherit from Role B and Role C. If Role B has Outlook TUI User checked and Role C has Mobile Office User checked, then User A will have both options selected.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 SU 7 and beyond.

See Also