Amazon.ECS.Model.TagLookupResponse.IsSetTags C# (CSharp) 메소드

IsSetTags() 공개 메소드

Checks if Tags property is set
public IsSetTags ( ) : System.Boolean
리턴 System.Boolean
        public Boolean IsSetTags()
        {
            return (Tags.Count > 0);
        }