SearchResponse.ResultCode 属性
定义
ResultCode 属性包含 ResultCode 的值,该值指定操作的结果代码。The ResultCode property contains a value of ResultCode that specifies the result code for the operation.
public:
virtual property System::DirectoryServices::Protocols::ResultCode ResultCode { System::DirectoryServices::Protocols::ResultCode get(); };
public override System.DirectoryServices.Protocols.ResultCode ResultCode { get; }
member this.ResultCode : System.DirectoryServices.Protocols.ResultCode
Public Overrides ReadOnly Property ResultCode As ResultCode
属性值
操作的结果代码。The result code for the operation.