Amazon.ECS.Model.MerchantItemAttributes.WithTotalSVideoOutPorts C# (CSharp) Méthode

WithTotalSVideoOutPorts() public méthode

Sets the TotalSVideoOutPorts property
public WithTotalSVideoOutPorts ( Decimal totalSVideoOutPorts ) : MerchantItemAttributes
totalSVideoOutPorts Decimal TotalSVideoOutPorts property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithTotalSVideoOutPorts(Decimal totalSVideoOutPorts)
        {
            this.totalSVideoOutPortsField = totalSVideoOutPorts;
            return this;
        }
MerchantItemAttributes