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