WorkflowViewState.SetIdRef(Object, String) Method

Definition

Specifies a Set IdRef as an attached property of an object.

public:
 static void SetIdRef(System::Object ^ instance, System::String ^ idRef);
public static void SetIdRef (object instance, string idRef);
static member SetIdRef : obj * string -> unit
Public Shared Sub SetIdRef (instance As Object, idRef As String)

Parameters

instance
Object

Instance object to attach IdRef property of an object.

idRef
String

RefId value to attach.

Applies to