Amazon.ECS.Model.ItemAttributes.IsSetDelayBetweenShots C# (CSharp) 메소드

IsSetDelayBetweenShots() 공개 메소드

Checks if DelayBetweenShots property is set
public IsSetDelayBetweenShots ( ) : Boolean
리턴 Boolean
        public Boolean IsSetDelayBetweenShots()
        {
            return this.delayBetweenShotsField != null;
        }
ItemAttributes