WriteBuildInformation<T>.Value Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Декларация
<RequiredArgumentAttribute> _
<BrowsableAttribute(True)> _
Public Property Value As InArgument(Of T)
Get
Set
[RequiredArgumentAttribute]
[BrowsableAttribute(true)]
public InArgument<T> Value { get; set; }
[RequiredArgumentAttribute]
[BrowsableAttribute(true)]
public:
property InArgument<T>^ Value {
InArgument<T>^ get ();
void set (InArgument<T>^ value);
}
[<RequiredArgumentAttribute>]
[<BrowsableAttribute(true)>]
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>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
WriteBuildInformation<T> Class
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace