WorkflowViewState.GetIdRef(Object) 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 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
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.