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