VlvResponseControl.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 对象形式的结果代码。

适用于