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