SerializationEntry::Name Property

 

Gets the name of the object.

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

public:
property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

The name of the object.

.NET Framework
Available since 1.1
Return to top
Show: