Amazon.ECS.Model.Property.WithValue C# (CSharp) Méthode

WithValue() public méthode

Sets the Value property
public WithValue ( String value ) : Property
value String Value property
Résultat Property
        public Property WithValue(String value)
        {
            this.valueField = value;
            return this;
        }