WorkflowViewState.GetIdRef(Object) Method

Definition

Specifies a Get RefId attached property value from an object if set.

public:
 static System::String ^ GetIdRef(System::Object ^ instance);
public static string GetIdRef (object instance);
static member GetIdRef : obj -> string
Public Shared Function GetIdRef (instance As Object) As String

Parameters

instance
Object

Instance object to retrieve RefId attached property from an object if set.

Returns

RefId value if set; null otherwise.

Applies to