SerializationEntry::Value Property

 

Gets the value contained in the object.

Namespace:   System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)

public:
property Object^ Value {
	Object^ get();
}

Property Value

Type: System::Object^

The value contained in the object.

.NET Framework
Available since 1.1
Return to top
Show: