DeploymentObjectAttributeValue.TryGetValue<T>(T) Method

Definition

public:
generic <typename T>
 bool TryGetValue([Runtime::InteropServices::Out] T % value);
public bool TryGetValue<T>(out T value);
member this.TryGetValue :  -> bool
Public Function TryGetValue(Of T) (ByRef value As T) As Boolean

Type Parameters

T

Parameters

value
T

Returns

Returns Boolean.

Applies to