XdsObjects Help file
XdsObjects Namespace / XdsImagingRetrieveRequest Class / HomeCommunityId Property



In This Topic
    HomeCommunityId Property (XdsImagingRetrieveRequest)
    In This Topic
    Optional, corresponds to the home attribute of the Identifiable class
    Syntax
    Public Property HomeCommunityId As String
    Dim instance As XdsImagingRetrieveRequest
    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);
    }
    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