Amazon.ECS.Model.MerchantItemAttributes.WithHasVideoOut C# (CSharp) 메소드

WithHasVideoOut() 공개 메소드

Sets the HasVideoOut property
public WithHasVideoOut ( Boolean hasVideoOut ) : MerchantItemAttributes
hasVideoOut Boolean HasVideoOut property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithHasVideoOut(Boolean hasVideoOut)
        {
            this.hasVideoOutField = hasVideoOut;
            return this;
        }
MerchantItemAttributes