SyncWorkspace.VersionOverride Property
Gets or sets a version specifier that indicates the version of the files to keep.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Déclaration
<BrowsableAttribute(True)> _
Public Property VersionOverride As InArgument(Of String)
Get
Set
[BrowsableAttribute(true)]
public InArgument<string> VersionOverride { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<String^>^ VersionOverride {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
[<BrowsableAttribute(true)>]
member VersionOverride : InArgument<string> with get, set
function get VersionOverride () : InArgument<String>
function set VersionOverride (value : InArgument<String>)
Property Value
Type: System.Activities.InArgument<String>
A version specifier that indicates the version of the files to keep.
.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