Example #1
0
        private ComAdobeCqAccountImplAccountManagementServletInfo(string Pid, string Title, string Description, ComAdobeCqAccountImplAccountManagementServletProperties Properties)
        {
            this.Pid = Pid;

            this.Title = Title;

            this.Description = Description;

            this.Properties = Properties;
        }
Example #2
0
 /// <summary>
 /// Sets value for ComAdobeCqAccountImplAccountManagementServletInfo.Properties property.
 /// </summary>
 /// <param name="value">Properties</param>
 public ComAdobeCqAccountImplAccountManagementServletInfoBuilder Properties(ComAdobeCqAccountImplAccountManagementServletProperties value)
 {
     _Properties = value;
     return(this);
 }