Gets the document keywords
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public IDictionary<int, Keyword> Keywords { get; internal set; } |
Visual Basic (Declaration) |
---|
Public Property Keywords As IDictionary(Of Integer, Keyword) |
Visual C++ |
---|
public: property IDictionary<int, Keyword^>^ Keywords { IDictionary<int, Keyword^>^ get (); void set (IDictionary<int, Keyword^>^ value); } |