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

IsSetProductSiteLaunchDate() public method

Checks if ProductSiteLaunchDate property is set
public IsSetProductSiteLaunchDate ( ) : Boolean
return Boolean
        public Boolean IsSetProductSiteLaunchDate()
        {
            return  this.productSiteLaunchDateField != null;
        }
ItemAttributes