Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the VersionControlServer object that represents the server from which to download a file.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<RequiredArgumentAttribute> _
<BrowsableAttribute(True)> _
Public Property VersionControlServer As InArgument(Of VersionControlServer)
[RequiredArgumentAttribute]
[BrowsableAttribute(true)]
public InArgument<VersionControlServer> VersionControlServer { get; set; }
[RequiredArgumentAttribute]
[BrowsableAttribute(true)]
public:
property InArgument<VersionControlServer^>^ VersionControlServer {
InArgument<VersionControlServer^>^ get ();
void set (InArgument<VersionControlServer^>^ value);
}
[<RequiredArgumentAttribute>]
[<BrowsableAttribute(true)>]
member VersionControlServer : InArgument<VersionControlServer> with get, set
function get VersionControlServer () : InArgument<VersionControlServer>
function set VersionControlServer (value : InArgument<VersionControlServer>)
Property Value
Type: System.Activities.InArgument<VersionControlServer>
The VersionControlServer object that represents the server from which to download a file.
.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
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace