IMetadataObject.GetProperties Method
Returns the properties of this metadata object.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetProperties As INamedPropertyDictionary
'Usage
Dim instance As IMetadataObject
Dim returnValue As INamedPropertyDictionary
returnValue = instance.GetProperties()
INamedPropertyDictionary GetProperties()
Return Value
Type: Microsoft.BusinessData.MetadataModel.Collections.INamedPropertyDictionary
The collection of properties of this metadata object.
Remarks
If there are no properties the returned collection will be empty.