TemplateSearchFieldIndex Property |
Namespace: ConnectedApps.Cms.Entities.LayoutAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic FieldIndex Index { get; set; }
Public Property Index As FieldIndex
Get
Set
public:
property FieldIndex Index {
FieldIndex get ();
void set (FieldIndex value);
}
member Index : FieldIndex with get, set
Property Value
Type:
FieldIndex
See Also