AWS SDK for .NET Documentation
UserDefined Property
AmazonAmazon.ElasticBeanstalk.ModelConfigurationOptionDescriptionUserDefined Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property UserDefined.

An indication of whether the user defined this configuration option:

Value

CopyC#
true
: This configuration option was defined by the user. It is a valid choice for specifying this as an Option to Remove when updating configuration settings.

Value

CopyC#
false
: This configuration was not defined by the user.

Constraint: You can remove only

CopyC#
UserDefined
options from a configuration.

Valid Values:

CopyC#
true
|
CopyC#
false

Declaration Syntax
C#
public bool UserDefined { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)