Urn.GetAttribute 方法

定義

多載

名稱 Description
GetAttribute(String)

從最後一層的過濾器取得房產價值

GetAttribute(String, String)

從指定層級的濾波器取得屬性值

GetAttribute(String)

從最後一層的過濾器取得房產價值

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

參數

attributeName
String

物業名稱

傳回

屬性名稱,若沒有該名稱的屬性,則為 null

適用於

GetAttribute(String, String)

從指定層級的濾波器取得屬性值

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

參數

attributeName
String

物業名稱

type
String

關卡名稱

傳回

屬性名稱,若沒有該名稱的屬性,則為 null

適用於