Amazon.AWSSupport.Model.TrustedAdvisorCheckSummary.IsSetCategorySpecificSummary C# (CSharp) Method

IsSetCategorySpecificSummary() private method

private IsSetCategorySpecificSummary ( ) : bool
return bool
        internal bool IsSetCategorySpecificSummary()
        {
            return this.categorySpecificSummary != null;
        }
    }