XdsObjects Help file
XdsObjects Namespace / XdsRetrieveRequest Class / ClearHomeCommunityID Method



ClearHomeCommunityID Method
Remove the HomeCommunityID value from all XdsRequestItems in this request
Syntax
Public Sub ClearHomeCommunityID() 
Dim instance As XdsRetrieveRequest
 
instance.ClearHomeCommunityID()
public void ClearHomeCommunityID()
public:
void ClearHomeCommunityID(); 
Remarks
This facility is useful for an XCA Responding Gateway, which has received a retrieval request, and need to pass it on its local repositories, which do not expect th requests to contain the HomeCommunityID (home) attribute.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also