FilterEnumTValue Property |
Gets or sets the enum value to compare against a value.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public T Value { get; set; }
Public Property Value As T
Get
Set
public:
property T Value {
T get ();
void set (T value);
}
member Value : 'T with get, set
Property Value
Type:
TSee Also