ServiceObject.GetLoadedPropertyDefinitions Method
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.
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.