EcoLabForcingUserSpecified Property  | 
 
            Flag defining if the value is user specified. The flag must be set if
            
BuildInId is not defined. It can also be set if the
            
BuildInId is defined, then the user specified value
            overrides the build in value.
            
 
    Namespace: 
   DHI.Mike1D.EcoLabDataAccess
    Assembly:
   DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic bool UserSpecified { get; set; }Public Property UserSpecified As Boolean
	Get
	Set
public:
virtual property bool UserSpecified {
	bool get () sealed;
	void set (bool value) sealed;
}Property Value
Type: 
BooleanImplements
IEcoLabConstantForcingBaseUserSpecified
See Also