Ninja Database Pro
Properties Property (ICompositeIndex)



KellermanSoftware.NinjaDatabasePro Namespace > ICompositeIndex Interface : Properties Property
A list of properties for this index
Syntax
Property Properties As List(Of String)
Dim instance As ICompositeIndex
Dim value As List(Of String)
 
instance.Properties = value
 
value = instance.Properties
List<string> Properties {get; set;}
property List<String^>^ Properties {
   List<String^>^ get();
   void set (    List<String^>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ICompositeIndex Interface
ICompositeIndex Members