SfcPropertyCollection.TryGetPropertyValue 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
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