ISfcPropertySet.TryGetPropertyValue 方法

定義

多載

名稱 Description
TryGetPropertyValue(String, Object)

嘗試從供應商獲取房產價值

TryGetPropertyValue<T>(String, T)

嘗試從供應商獲取房產價值

TryGetPropertyValue(String, Object)

嘗試從供應商獲取房產價值

public bool TryGetPropertyValue(string name, out object value);
abstract member TryGetPropertyValue : string * obj -> bool
Public Function TryGetPropertyValue (name As String, ByRef value As Object) As Boolean

參數

name
String

物業名稱

value
Object

屬性值

傳回

若成功則為真

適用於

TryGetPropertyValue<T>(String, T)

嘗試從供應商獲取房產價值

public bool TryGetPropertyValue<T>(string name, out T value);
abstract member TryGetPropertyValue : string * 'T -> bool
Public Function TryGetPropertyValue(Of T) (name As String, ByRef value As T) As Boolean

類型參數

T

財產類型

參數

name
String

名稱名稱

value
T

屬性值

傳回

若成功則為真

適用於