ExtendedPropertyDefinition.PropertySet 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 the property set of the extended property.
public:
property Nullable<Microsoft::Exchange::WebServices::Data::DefaultExtendedPropertySet> PropertySet { Nullable<Microsoft::Exchange::WebServices::Data::DefaultExtendedPropertySet> get(); };
public Nullable<Microsoft.Exchange.WebServices.Data.DefaultExtendedPropertySet> PropertySet { get; }
Public ReadOnly Property PropertySet As Nullable(Of DefaultExtendedPropertySet)
Property Value
A nullable value that contains the property set of the extended property.