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
- attributeName
Type: System.String
Return Value
Type: System.String