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