Ninja Database Pro
Properties Property (BaseCompositeIndex<T>)



KellermanSoftware.NinjaDatabasePro Namespace > BaseCompositeIndex<T> Class : Properties Property
A list of properties for this index
Syntax
Public Property Properties As List(Of String)
Dim instance As BaseCompositeIndex(Of T)
Dim value As List(Of String)
 
instance.Properties = value
 
value = instance.Properties
public List<string> Properties {get; set;}
public:
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

BaseCompositeIndex<T> Class
BaseCompositeIndex<T> Members