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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.