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