SortResponseControl.Result 属性

定义

Result 属性返回一个 ResultCode 包含结果代码的对象。

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 包含结果代码的对象。

适用于