ModelDataMethodResult::OutputParameters Property

.NET Framework (current version)
 

Gets a read-only dictionary that contains the values of out and ref parameters.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property OrderedDictionary^ OutputParameters {
	OrderedDictionary^ get();
}

Property Value

Type: System.Collections.Specialized::OrderedDictionary^

A dictionary that contains the values of out and ref parameters.

.NET Framework
Available since 4.5
Return to top
Show: