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