Urn.GetAttribute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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