Click or drag to resize
CapabilityOption Enumeration

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Netadmin.Management.EntityValidation.Dto.CapabilityOption"]

Namespace: Netadmin.Management.EntityValidation.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public enum CapabilityOption
Members
  Member nameValueDescription
Never0 This capability is not available for the property. Example (Regex on non-text properties, Unique on reference properties)
Configurable1 This capability may be configured for the property
AlwaysImplicit2 This capability will implicitly be active for the property. This may be due to non-optional system requirements. (e.g. Required and Compound for Company on Address, Unique for Device Name on Device, or Required for City on Address)
See Also