IsNull<T>.Value Property

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Expressions
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Property Value As InArgument(Of T)
public InArgument<T> Value { get; set; }
public:
property InArgument<T>^ Value {
    InArgument<T>^ get ();
    void set (InArgument<T>^ value);
}
member Value : InArgument<'T> with get, set
function get Value () : InArgument<T>
function set Value (value : InArgument<T>)

Property Value

Type: System.Activities.InArgument<T>
Returns InArgument<T>.

.NET Framework Security

See Also

Reference

IsNull<T> Class

Microsoft.TeamFoundation.Build.Workflow.Expressions Namespace