SyncWorkspace.Gets Property
Gets or sets an enumerable collection of items that were gotten during the synchronization.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Déclaration
<BrowsableAttribute(True)> _
Public Property Gets As OutArgument(Of IEnumerable(Of GettingEventArgs))
Get
Set
[BrowsableAttribute(true)]
public OutArgument<IEnumerable<GettingEventArgs>> Gets { get; set; }
[BrowsableAttribute(true)]
public:
property OutArgument<IEnumerable<GettingEventArgs^>^>^ Gets {
OutArgument<IEnumerable<GettingEventArgs^>^>^ get ();
void set (OutArgument<IEnumerable<GettingEventArgs^>^>^ value);
}
[<BrowsableAttribute(true)>]
member Gets : OutArgument<IEnumerable<GettingEventArgs>> with get, set
function get Gets () : OutArgument<IEnumerable<GettingEventArgs>>
function set Gets (value : OutArgument<IEnumerable<GettingEventArgs>>)
Property Value
Type: System.Activities.OutArgument<IEnumerable<GettingEventArgs>>
An enumerable collection of items that were gotten during the synchronization.
.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