XdsObjects Help file
XdsObjects Namespace / XdsSubmissionSet Class / HomeCommunityID Property



In This Topic
    HomeCommunityID Property (XdsSubmissionSet)
    In This Topic
    The HomeCommunityID of the Submission Set
    Syntax
    Public Property HomeCommunityID As String
    Dim instance As XdsSubmissionSet
    Dim value As String
     
    instance.HomeCommunityID = value
     
    value = instance.HomeCommunityID
    public string HomeCommunityID {get; set;}
    public:
    property String^ HomeCommunityID {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    This is only used in the context of XCA queries. The value will be set internally from the "home" property of incoming data. For outgoing data, it is easiest to set for all objects in the "passed through" data by using the XdsQueryResponse.SetHomeCommunityID method.
    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