WorkflowViewState.SetIdRef(Object, String) 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.