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

WithPhotoFlashType() public méthode

Sets the PhotoFlashType property
public WithPhotoFlashType ( ) : MerchantItemAttributes
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithPhotoFlashType(params String[] list)
        {
            foreach (String item in list)
            {
                PhotoFlashType.Add(item);
            }
            return this;
        }
MerchantItemAttributes