ExchangeServiceBase.ServerInfo Property

Definition

Gets information that is associated with the server that processed the most recent request.

public:
 property Microsoft::Exchange::WebServices::Data::ExchangeServerInfo ^ ServerInfo { Microsoft::Exchange::WebServices::Data::ExchangeServerInfo ^ get(); };
public Microsoft.Exchange.WebServices.Data.ExchangeServerInfo ServerInfo { get; }
Public ReadOnly Property ServerInfo As ExchangeServerInfo

Property Value

An ExchangeServerInfo object.

Remarks

The value of the ServerInfo property is a null reference (Nothing in Visual Basic) if no requests have been processed.

Applies to