RangeAttribute.OperandType 属性

定义

获取必须验证其值的数据字段的类型。

public:
 property Type ^ OperandType { Type ^ get(); };
public Type OperandType { get; }
member this.OperandType : Type
Public ReadOnly Property OperandType As Type

属性值

必须验证其值的数据字段的类型。

注解

要测试的对象必须实现 IComparable 接口。

适用于