ProjectDescr

Defined in file gbproj.asn
C++ class: CProjectDescr


ProjectDescr ::= SEQUENCE {
    -- user-defined title for the workspace
    title VisibleString,

    -- basic (required) descriptors
    create-date Date,
    modified-date Date OPTIONAL,

    -- optional descriptors
    comment VisibleString OPTIONAL
}