private OrgApacheJackrabbitOakPluginsIndexSolrOsgiEmbeddedSolrServerCoInfo(string Pid, string Title, string Description, OrgApacheJackrabbitOakPluginsIndexSolrOsgiEmbeddedSolrServerCoProperties Properties) { this.Pid = Pid; this.Title = Title; this.Description = Description; this.Properties = Properties; }
/// <summary> /// Sets value for OrgApacheJackrabbitOakPluginsIndexSolrOsgiEmbeddedSolrServerCoInfo.Properties property. /// </summary> /// <param name="value">Properties</param> public OrgApacheJackrabbitOakPluginsIndexSolrOsgiEmbeddedSolrServerCoInfoBuilder Properties(OrgApacheJackrabbitOakPluginsIndexSolrOsgiEmbeddedSolrServerCoProperties value) { _Properties = value; return(this); }