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

            this.Title = Title;

            this.Description = Description;

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