Share via


LocationTagged<T>.Value Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the value of the source.

Namespace:  System.Web.Razor.Text
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Property Value As T
    Get 
    Private Set
'Usage
Dim instance As LocationTagged 
Dim value As T

value = instance.Value
public T Value { get; private set; }
public:
property T Value {
    T get ();
    private: void set (T value);
}
member Value : 'T with get, private set
function get Value () : T
private function set Value (value : T)

Property Value

Type: T
The value of the source.

See Also

Reference

LocationTagged<T> Class

System.Web.Razor.Text Namespace