ExchangeServiceBase.ServerInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.