Task.Associations Property
<DataMember()> _
Public Property Associations() As List(Of Association)
This language is not supported or no code example is available.
[DataMember()]
public List<Association> Associations {get; set;}
This language is not supported or no code example is available.
[DataMember()]
public:
property List<Association^>^ Associations {
List<Association^>^ get( );
void set(
List<Association^>^ value
);
}
This language is not supported or no code example is available.