_OrderField.IsDescending 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或 设置 C# ) 中布尔值 (bool 值,该值指示对象的内容 OrderField 是否按降序排序。 读/写。
public:
property bool IsDescending { bool get(); void set(bool value); };
public bool IsDescending { get; set; }
Public Property IsDescending As Boolean
属性值
注解
如果此属性设置为 True ,由 OrderField 对象所引用的属性的内容被按降序排列;否则,内容被按升序排序。