XdsObjects Help file
XdsObjects Namespace / XdsFolder Class / CodeList Property



In This Topic
    CodeList Property
    In This Topic
    The codes describing this folder
    Syntax
    Public Property CodeList As List(Of XdsCode)
    Dim instance As XdsFolder
    Dim value As List(Of XdsCode)
     
    instance.CodeList = value
     
    value = instance.CodeList
    public List<XdsCode> CodeList {get; set;}
    public:
    property List<XdsCode^>^ CodeList {
       List<XdsCode^>^ get();
       void set (    List<XdsCode^>^ value);
    }
    Remarks
    Although the XDS rules only permit one descriptive code to be applied when a folder is created, others may be added later
    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