Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.