Для изменения размера нажмите или перетащите

ExchangeServiceGetDiscoverySearchConfiguration - метод

Get dicovery search configuration

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Task<GetDiscoverySearchConfigurationResponse> GetDiscoverySearchConfiguration(
	string searchId,
	bool expandGroupMembership,
	bool inPlaceHoldConfigurationOnly,
	CancellationToken token = default
)

Параметры

searchId
Тип: SystemString
Search Id
expandGroupMembership
Тип: SystemBoolean
True if want to expand group membership
inPlaceHoldConfigurationOnly
Тип: SystemBoolean
True if only want the inplacehold configuration
token (Optional)
Тип: System.ThreadingCancellationToken

Возвращаемое значение

Тип: TaskGetDiscoverySearchConfigurationResponse
Service response object
См. также