SchemaElementNameAttribute::Value Property

.NET Framework (current version)
 

Gets a name value for the directive attribute.

Namespace:   System.Web.UI.Design.Directives
Assembly:  System.Design (in System.Design.dll)

public:
property String^ Value {
	String^ get();
	private: void set(String^ value);
}

Property Value

Type: System::String^

A name value for the directive attribute.

.NET Framework
Available since 4.5
Return to top
Show: