Gets the name for the item currently being examined.
[Visual Basic] Public ReadOnly Property Name As String [C#] public string Name {get;} [C++] public: __property String* get_Name(); [JScript] public function get Name() : String;
The name of the item.
Exception Type | Condition |
---|---|
InvalidOperationException | The enumerator has not started enumerating items or has reached the end of the enumeration. |
SerializationInfoEnumerator Class | SerializationInfoEnumerator Members | System.Runtime.Serialization Namespace