StreamException::Key Property

Visual Studio 2015
 

Gets the key.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
property Object^ Key {
	[CompilerGeneratedAttribute]
	Object^ get();
	[CompilerGeneratedAttribute]
	private: void set(Object^ value);
}

Property Value

Type: System::Object^

The key..

Return to top
Show: