Urn.GetAttribute Method

Definition

Overloads

GetAttribute(String)

get the property value from filter from the last level

GetAttribute(String, String)

get the property value from filter from the specified level

GetAttribute(String)

get the property value from filter from the last level

public string GetAttribute (string attributeName);
member this.GetAttribute : string -> string
Public Function GetAttribute (attributeName As String) As String

Parameters

attributeName
String

property name

Returns

attribute name, null if no attribute with that name

Applies to

GetAttribute(String, String)

get the property value from filter from the specified level

public string GetAttribute (string attributeName, string type);
member this.GetAttribute : string * string -> string
Public Function GetAttribute (attributeName As String, type As String) As String

Parameters

attributeName
String

property name

type
String

level name

Returns

attribute name, null if no attribute with that name

Applies to