IssueFileSetModel.ContactItems Property
Public Property ContactItems() As List(Of IssueSendContactItem)
This language is not supported or no code example is available.
public List<IssueSendContactItem> ContactItems {get; set;}
This language is not supported or no code example is available.
public:
property List<IssueSendContactItem^>^ ContactItems {
List<IssueSendContactItem^>^ get( );
void set(
List<IssueSendContactItem^>^ value
);
}
This language is not supported or no code example is available.