SfcPropertyCollection.TryGetPropertyValue Method

Definition

Overloads

TryGetPropertyValue(String, Object)
TryGetPropertyValue<T>(String, T)

TryGetPropertyValue(String, Object)

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

Parameters

propertyName
String
value
Object

Returns

Implements

Applies to

TryGetPropertyValue<T>(String, T)

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

Type Parameters

T

Parameters

propertyName
String
value
T

Returns

Implements

Applies to