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