Compartir a través de


ReturnValue Property

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicPropertyReturnValueAsObjectGetSet
'Usage
DiminstanceAsSyntaxMatchedEventArgsDimvalueAsObjectvalue = instance.ReturnValue

instance.ReturnValue = value
publicObjectReturnValue { get; set; }
public:
propertyObject^ ReturnValue {
    Object^ get ();
    voidset (Object^ value);
}
function getReturnValue () : Objectfunction setReturnValue (value : Object)

Property Value

Type: System. . :: . .Object

.NET Framework Security

See Also

Reference

SyntaxMatchedEventArgs Class

SyntaxMatchedEventArgs Members

System.Dataflow Namespace