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

WithNotebookDisplayTechnology() public méthode

Sets the NotebookDisplayTechnology property
public WithNotebookDisplayTechnology ( String notebookDisplayTechnology ) : MerchantItemAttributes
notebookDisplayTechnology String NotebookDisplayTechnology property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithNotebookDisplayTechnology(String notebookDisplayTechnology)
        {
            this.notebookDisplayTechnologyField = notebookDisplayTechnology;
            return this;
        }
MerchantItemAttributes