Share via


AttributeValue.Prefix Property

Gets or sets the namespace prefix for the attribute.

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Property Prefix As PositionTagged(Of String)
    Get 
    Private Set
'Usage
Dim instance As AttributeValue 
Dim value As PositionTagged(Of String)

value = instance.Prefix
public PositionTagged<string> Prefix { get; private set; }
public:
property PositionTagged<String^>^ Prefix {
    PositionTagged<String^>^ get ();
    private: void set (PositionTagged<String^>^ value);
}
member Prefix : PositionTagged<string> with get, private set
function get Prefix () : PositionTagged<String>
private function set Prefix (value : PositionTagged<String>)

Property Value

Type: System.Web.WebPages.Instrumentation.PositionTagged<String>
The namespace prefix for the attribute.

See Also

Reference

AttributeValue Class

System.Web.WebPages Namespace