RequestParentRequest Property |
Parent Request - The Request that created this Request. If this Request was not created by a workflow, this attribute will not have a value.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic Request ParentRequest { get; set; }
Public Property ParentRequest As Request
Get
Set
public:
property Request^ ParentRequest {
Request^ get ();
void set (Request^ value);
}
member ParentRequest : Request with get, set
Property Value
Type:
Request
See Also