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