Facet.Value Property
Gets the value of the facet, or the inclusive lower bound if it's an interval facet.
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Usage
'Usage
Dim instance As Facet
Dim value As Object
value = instance.Value
instance.Value = value
Syntax
'Declaration
Public Property Value As Object
public Object Value { get; set; }
public:
property Object^ Value {
Object^ get ();
void set (Object^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public Object get_Value ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_Value (Object value)
CompilerGeneratedAttribute
public function get Value () : Object
CompilerGeneratedAttribute
public function set Value (value : Object)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
Facet Class
Facet Members
Microsoft.Azure.Search.Models Namespace