JobModel.Attributes Property
Public Property Attributes() As IList(Of AttributeInfo)
This language is not supported or no code example is available.
public IList<AttributeInfo> Attributes {get; set;}
This language is not supported or no code example is available.
public:
property IList<AttributeInfo^>^ Attributes {
IList<AttributeInfo^>^ get( );
void set(
IList<AttributeInfo^>^ value
);
}
This language is not supported or no code example is available.