Share via


IServerElementMarkup.GetAttribute Method

Retrieves a document element with the specified name.

Namespace:  Microsoft.Web.Design.Server
Assembly:  Microsoft.Web.Design.Server (in Microsoft.Web.Design.Server.dll)

Syntax

'Declaration
Function GetAttribute ( _
    attributeName As String _
) As String
'Usage
Dim instance As IServerElementMarkup
Dim attributeName As String
Dim returnValue As String

returnValue = instance.GetAttribute(attributeName)
string GetAttribute(
    string attributeName
)

Parameters

Return Value

Type: System.String

See Also

Reference

IServerElementMarkup Interface

IServerElementMarkup Members

Microsoft.Web.Design.Server Namespace