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