MetadataObject.Properties property

Gets the property collection of the object.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Properties As PropertyCollection
    Get
'Usage
Dim instance As MetadataObject
Dim value As PropertyCollection

value = instance.Properties
public PropertyCollection Properties { get; }

Property value

Type: Microsoft.SharePoint.BusinessData.Administration.PropertyCollection
The property collection of the object.

See also

Reference

MetadataObject class

MetadataObject members

Microsoft.SharePoint.BusinessData.Administration namespace