BenSelect Documentation
InterfaceOption Enumeration
See Also  Send Feedback
Selerix.Foundation Namespace : InterfaceOption Enumeration
Mode of current accessibility to an object.

Syntax

JScript 
public enum InterfaceOption extends System.Enum

Members

MemberDescription
NotShownWill not be visible on user interface.
OptionalOptional.
ReadOnlyRead only.
ReadOnlyIfNotNullRead only if not null.
ReadOnlyIfNotNullRequiredIfNullThis interface option is read-only if it already has a value, but if blank would be required.
RequiredWill be required.
RequiredIfNewRequired only if new person.
UnknownUnknown.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.Foundation.InterfaceOption

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.