XmlDictionaryString::Key Property

 

Gets the integer key for this instance of the class.

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

public:
property int Key {
	int get();
}

Property Value

Type: System::Int32

The integer key for this instance of the class.

This property must be greater than 0 and less than MaxValue / 4.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show: