NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SerializationInfoEnumerator.Name

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;

Property Value

The name of the item.

Exceptions

Exception Type Condition
InvalidOperationException The enumerator has not started enumerating items or has reached the end of the enumeration.

See Also

SerializationInfoEnumerator Class | SerializationInfoEnumerator Members | System.Runtime.Serialization Namespace