SortResponseControl.Result 属性
定义
Result 属性返回包含结果代码的 ResultCode 对象。The Result property returns a ResultCode object that contains the result code.
public:
property System::DirectoryServices::Protocols::ResultCode Result { System::DirectoryServices::Protocols::ResultCode get(); };
public System.DirectoryServices.Protocols.ResultCode Result { get; }
member this.Result : System.DirectoryServices.Protocols.ResultCode
Public ReadOnly Property Result As ResultCode
属性值
一个包含结果代码的 ResultCode 对象。A ResultCode object that contains the result code.