SyncWorkspace.GetOptions Property
Gets or sets a GetOption value indicating what items to get.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property GetOptions As InArgument(Of GetOptions)
[BrowsableAttribute(true)]
public InArgument<GetOptions> GetOptions { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<GetOptions>^ GetOptions {
InArgument<GetOptions>^ get ();
void set (InArgument<GetOptions>^ value);
}
[<BrowsableAttribute(true)>]
member GetOptions : InArgument<GetOptions> with get, set
function get GetOptions () : InArgument<GetOptions>
function set GetOptions (value : InArgument<GetOptions>)
Property Value
Type: System.Activities.InArgument<GetOptions>
A GetOption value indicating what items to get.
.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