GetCommonServerPath.ServerItems Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property ServerItems As InArgument(Of IEnumerable(Of String))
public InArgument<IEnumerable<string>> ServerItems { get; set; }
public:
property InArgument<IEnumerable<String^>^>^ ServerItems {
InArgument<IEnumerable<String^>^>^ get ();
void set (InArgument<IEnumerable<String^>^>^ value);
}
member ServerItems : InArgument<IEnumerable<string>> with get, set
function get ServerItems () : InArgument<IEnumerable<String>>
function set ServerItems (value : InArgument<IEnumerable<String>>)
Property Value
Type: System.Activities.InArgument<IEnumerable<String>>
Returns 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
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace