private OrgApacheFelixJaasConfigurationSpiInfo(string Pid, string Title, string Description, OrgApacheFelixJaasConfigurationSpiProperties Properties, string BundleLocation, string ServiceLocation) { this.Pid = Pid; this.Title = Title; this.Description = Description; this.Properties = Properties; this.BundleLocation = BundleLocation; this.ServiceLocation = ServiceLocation; }
/// <summary> /// Sets value for OrgApacheFelixJaasConfigurationSpiInfo.Properties property. /// </summary> /// <param name="value">Properties</param> public OrgApacheFelixJaasConfigurationSpiInfoBuilder Properties(OrgApacheFelixJaasConfigurationSpiProperties value) { _Properties = value; return(this); }