SerializationInfoEnumerator.Name Property

Definition

Gets the name for the item currently being examined.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

The item name.

Exceptions

The enumerator has not started enumerating items or has reached the end of the enumeration.

Applies to