CreateWorkspace.Security Property
Gets or sets an access control list to apply permissions to the workspace.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property Security As InArgument(Of IEnumerable(Of AccessControlEntry))
[BrowsableAttribute(true)]
public InArgument<IEnumerable<AccessControlEntry>> Security { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<IEnumerable<AccessControlEntry^>^>^ Security {
InArgument<IEnumerable<AccessControlEntry^>^>^ get ();
void set (InArgument<IEnumerable<AccessControlEntry^>^>^ value);
}
[<BrowsableAttribute(true)>]
member Security : InArgument<IEnumerable<AccessControlEntry>> with get, set
function get Security () : InArgument<IEnumerable<AccessControlEntry>>
function set Security (value : InArgument<IEnumerable<AccessControlEntry>>)
Property Value
Type: System.Activities.InArgument<IEnumerable<AccessControlEntry>>
.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