UserFieldSortField Property |
Gets or sets the field on a user.
Namespace: ConnectedApps.Cms.Entities.SearchAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic UserField Field { get; set; }
Public Property Field As UserField
Get
Set
public:
property UserField Field {
UserField get ();
void set (UserField value);
}
member Field : UserField with get, set
Property Value
Type:
UserField
See Also