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

WithNotebookPointingDeviceDescription() public méthode

Sets the NotebookPointingDeviceDescription property
public WithNotebookPointingDeviceDescription ( String notebookPointingDeviceDescription ) : MerchantItemAttributes
notebookPointingDeviceDescription String NotebookPointingDeviceDescription property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithNotebookPointingDeviceDescription(String notebookPointingDeviceDescription)
        {
            this.notebookPointingDeviceDescriptionField = notebookPointingDeviceDescription;
            return this;
        }
MerchantItemAttributes