| RpAttrModelIndexed Property |
Gets a value that indicates if the attribute is indexed.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual bool Indexed { get; }
Public Overridable ReadOnly Property Indexed As Boolean
Get
public:
virtual property bool Indexed {
bool get ();
}
Property Value
Type:
Booleantrue if and only if the attribute is indexed.
See Also