Amazon.ECS.Model.ItemAttributes.IsSetContinuousShootingSpeed C# (CSharp) Method

IsSetContinuousShootingSpeed() public method

Checks if ContinuousShootingSpeed property is set
public IsSetContinuousShootingSpeed ( ) : Boolean
return Boolean
        public Boolean IsSetContinuousShootingSpeed()
        {
            return this.continuousShootingSpeedField != null;
        }
ItemAttributes