ServiceObject.GetLoadedPropertyDefinitions Method

Definition

Provides the collection of loaded property definitions.

public:
 System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ GetLoadedPropertyDefinitions();
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase> GetLoadedPropertyDefinitions ();
Public Function GetLoadedPropertyDefinitions () As Collection(Of PropertyDefinitionBase)

Returns

A collection of property definitions.

Applies to