ExpressionBuilder.Type Property
.NET Framework (current version)
Gets or sets a string that specifies the expression type.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("type", IsRequired = true, DefaultValue = "")] [StringValidatorAttribute(MinLength = 1)] public string Type { get; set; }
The Type specifies the type of object used to determine the value of the expression. The type can specify either a section within the configuration, or a custom class.
.NET Framework
Available since 2.0
Available since 2.0
Show: