XdsObjects Help file
XdsObjects Namespace / XdsQueryResponse Class / SetHomeCommunityID Method
The HomeCommunityID (an OID) to set



SetHomeCommunityID Method
Set the HomeCommunity for all items ready for sending out as part of XCA gateway use.
Syntax
Public Sub SetHomeCommunityID( _
   ByVal HomeCommunityID As String _
) 
Dim instance As XdsQueryResponse
Dim HomeCommunityID As String
 
instance.SetHomeCommunityID(HomeCommunityID)
public void SetHomeCommunityID( 
   string HomeCommunityID
)
public:
void SetHomeCommunityID( 
   String^ HomeCommunityID
) 

Parameters

HomeCommunityID
The HomeCommunityID (an OID) to set
Remarks
Responding gateways use this for all data. Initiating gateways only use it for responses from the initiating gateway
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