'DeclarationProtected Property ServerError As ServiceResult
'UsageDim instance As EndpointBase Dim value As ServiceResult instance.ServerError = value value = instance.ServerError
protected ServiceResult ServerError {get; set;}
protected: property ServiceResult^ ServerError { ServiceResult^ get(); void set ( ServiceResult^ value); }