1 write to enumType
System.ServiceModel (1)
System\ServiceModel\Configuration\StandardRuntimeEnumValidatorAttribute.cs (1)
23set { this.enumType = value; }
2 references to enumType
System.ServiceModel (2)
System\ServiceModel\Configuration\StandardRuntimeEnumValidatorAttribute.cs (2)
22get { return this.enumType; } 28get { return new StandardRuntimeEnumValidator(enumType); }