ViewDetailsLinks Property  | 
 
            Expects an object with the attribute keys 
            being names of to be linked collections, 
            and the link properties as attribute values.
            
 
    Namespace: 
   ArangoDBNetStandard.ViewApi.Models
    Assembly:
   ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntaxpublic IDictionary<string, LinkProperties> Links { get; set; }Public Property Links As IDictionary(Of String, LinkProperties)
	Get
	Set
public:
property IDictionary<String^, LinkProperties^>^ Links {
	IDictionary<String^, LinkProperties^>^ get ();
	void set (IDictionary<String^, LinkProperties^>^ value);
}member Links : IDictionary<string, LinkProperties> with get, set
Property Value
Type: 
IDictionaryString, 
LinkProperties
See Also