XdsObjects Help file
XdsObjects Namespace / XdsDeleteDocumentSetRequest Class / ObjectIDList Property



In This Topic
    ObjectIDList Property
    In This Topic
    List of IDs for which Document Sets are to be deleted
    Syntax
    Public Property ObjectIDList As List(Of String)
    Dim instance As XdsDeleteDocumentSetRequest
    Dim value As List(Of String)
     
    instance.ObjectIDList = value
     
    value = instance.ObjectIDList
    public List<string> ObjectIDList {get; set;}
    public:
    property List<String^>^ ObjectIDList {
       List<String^>^ get();
       void set (    List<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