Windward Engine API Reference
Properties Property
See Also  Send comments on this topic.
WindwardInterfaces.net.windward.datasource Namespace > MetaDataElement Class : Properties Property




Glossary Item Box

All the displayed properties for this metadata. Changing the returned values has no effect on this object.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Properties As Dictionary(Of String,String)
Visual Basic (Usage)Copy Code
Dim instance As MetaDataElement
Dim value As Dictionary(Of String,String)
 
value = instance.Properties
C# 
public Dictionary<string,string> Properties {get;}
Managed Extensions for C++ 
public: __property Dictionary<string*,string*>* get_Properties();
C++/CLI 
public:
property Dictionary<String^,String^>^ Properties {
   Dictionary<String^,String^>^ get();
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.