Amazon.ECS.Model.MetaData.IsSetKey C# (CSharp) Method

IsSetKey() public method

Checks if Key property is set
public IsSetKey ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetKey()
        {
            return  this.keyField != null;
        }