XdsObjects Help file
XdsObjects Namespace / XdsRetrieveItem Class / HomeCommunityID Property



In This Topic
    HomeCommunityID Property (XdsRetrieveItem)
    In This Topic
    The HomeCommunityID of the item being requested.
    Syntax
    Public Property HomeCommunityID As String
    Dim instance As XdsRetrieveItem
    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
    In normal XDS use, this field is empty, but it is required to be populated in an XCA environment.
    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