API Reference
Enum
CxValueKind
The fundamental value type a control reads/evaluates.
Inheritance
- Enum
- CxValueKind
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property AccountPolicyControl.ValueKind
- Property AppLockerEnforcementControl.ValueKind
- Property AuditPolicyControl.ValueKind
- Field CxValueKind.Bool
- Field CxValueKind.Enum
- Field CxValueKind.Int
- Field CxValueKind.SizeKB
- Field CxValueKind.String
- Field CxValueKind.StringList
- Field CxValueKind.TimeSpanSeconds
- Property DirectAccessControl.ValueKind
- Property DocumentationControl.ValueKind
- Property EventLogControl.ValueKind
- Property FileAclControl.ValueKind
- Property FirewallIcmpSettingsControl.ValueKind
- Property FirewallLoggingControl.ValueKind
- Property FirewallPortExceptionsControl.ValueKind
- Property FirewallProfileControl.ValueKind
- Property FirewallProgramExceptionsControl.ValueKind
- Property FirewallServiceExceptionControl.ValueKind
- Property ICxControl.ValueKind
- Property IpsecBypassControl.ValueKind
- Property KerberosPolicyControl.ValueKind
- Property NetlogonControl.ValueKind
- Property RegistryAclControl.ValueKind
- Property RegistryControl.ValueKind
- Property SecurityOptionControl.ValueKind
- Property ServiceStartupControl.ValueKind
- Property TcpIpInterfaceControl.ValueKind
- Property TlsCipherSuitesPolicyControl.ValueKind
- Property TlsComponentControl.ValueKind
- Property TlsProtocolControl.ValueKind
- Property UserRightControl.ValueKind
Accepted by parameters
- Method CxControls.EventLogPolicy
- Method CxControls.FirewallLogging
- Method CxControls.FirewallServiceException
- Method CxControls.Registry
- Constructor EventLogControl.EventLogControl
- Constructor FirewallLoggingControl.FirewallLoggingControl
- Constructor FirewallServiceExceptionControl.FirewallServiceExceptionControl
- Constructor RegistryControl.RegistryControl
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const CxValueKind TimeSpanSeconds #Duration in seconds (integer), compared with a policy-specific comparator.
Value:
4public const CxValueKind SizeKB #Size in kilobytes (integer), compared with a policy-specific comparator.
Value:
5public const CxValueKind StringList #Array of strings (Multi-SZ or comma/semicolon delimited).
Value:
6