MetadataObject.Properties Property
Gets all the properties that belong to this metadata object.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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.Office.Server.ApplicationRegistry.Administration.PropertyCollection
A PropertyCollection object containing the properties.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace