ValueFacet.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 ValueFacet(Of T)
Dim value As T
value = instance.Value
Syntax
'Declaration
Public Property Value As T
public T Value { get; }
public:
property T Value {
T get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public T get_Value ()
CompilerGeneratedAttribute
public function get Value () : T
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
ValueFacet Class
ValueFacet Members
Microsoft.Azure.Search.Models Namespace