IssueDetailsModel.Details Property
Public Property Details() As Dictionary(Of String, Object)
This language is not supported or no code example is available.
public Dictionary<string, object> Details {get; set;}
This language is not supported or no code example is available.
public:
property Dictionary<String^, object^>^ Details {
Dictionary<String^, object^>^ get( );
void set(
Dictionary<String^, object^>^ value
);
}
This language is not supported or no code example is available.