Table of Contents

Class SearchContentProperty

Namespace
Oqtane.Models
Assembly
Oqtane.Shared.dll
public class SearchContentProperty
Inheritance
SearchContentProperty

Properties

Name

public string Name { get; set; }

Property Value

string

PropertyId

[Key]
public int PropertyId { get; set; }

Property Value

int

SearchContentId

public int SearchContentId { get; set; }

Property Value

int

Value

public string Value { get; set; }

Property Value

string