XParent Property

The parent of the element pointed to by XPath .

Syntax

ANSI (Cross Platform)
char* GetXParent();

Unicode (Windows)
LPWSTR GetXParent();
@property (nonatomic,readonly,assign,getter=XParent) NSString* XParent;
- (NSString*)XParent;
#define PID_SOAP_XPARENT 82

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_SOAP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

If XPath points to the top element, XParent is an empty string.

This property is read-only.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]