The underlying value of this instance

Declaration Syntax

Public Property Value() As _T
public _T Value {get; set;}
public: __property _T get_Value();
public: __property void set_Value(
	_T value
);
public function get Value() : _T;
public function set Value(_T);

Requirements

Namespace: Eas.WebCrawler.Common.Diagnostics
Assembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)

See Also

ReferenceTypeWrapper`1 Class | ReferenceTypeWrapper`1 Members | Eas.WebCrawler.Common.Diagnostics Namespace