DeploymentProperties.Roles Property
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "RoleList", Order := )> _
Public Property Roles As List(Of Role)
[DataMemberAttribute(Name = "RoleList", Order = )]
public List<Role> Roles { get; private set; }
[DataMemberAttribute(Name = L"RoleList", Order = )]
public:
property List<Role^>^ Roles {
List<Role^>^ get ();
private: void set (List<Role^>^ value);
}
[<DataMemberAttribute(Name = "RoleList", Order = )>]
member Roles : List<Role> with get, private set
function get Roles () : List<Role>
private function set Roles (value : List<Role>)
Property Value
Type: System.Collections.Generic.List<Role>
Returns List<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.Deployment.Workflow.AzureManagement.v1_7 Namespace