This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class DublinCoreElementSet
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class DublinCoreElementSet

The type exposes the following properties.

Public Properties

  Name Description
Public property AllKeys (Inherited from NameValueCollection.)
Public property Count (Inherited from NameObjectCollectionBase.)
Public property Hash
Gets the MD5 cache hash key, that will be computed using all elements in the signature.
(Inherited from CacheSignature.)
Public property Item (Inherited from NameValueCollection.)
Public property Item (Inherited from NameValueCollection.)
Public property Keys (Inherited from NameObjectCollectionBase.)

Protected Properties

  Name Description
Protected property IsReadOnly (Inherited from NameObjectCollectionBase.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private property IDublinCoreElementSet..::..Contributor
An entity responsible for making contributions to the resource.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Coverage
The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Creator
An entity primarily responsible for making the resource.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Date
A point or period of time associated with an event in the lifecycle of the resource.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Description
An account of the resource.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Format
The file format, physical medium, or dimensions of the resource.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Identifier
An unambiguous reference to the resource within a given context.
Explicit interface implemetation Private property ICollection..::..IsSynchronized (Inherited from NameObjectCollectionBase.)
Explicit interface implemetation Private property IDublinCoreElementSet..::..Language
A language of the resource.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Publisher
An entity responsible for making the resource available.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Relation
A related resource.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Rights
Information about rights held in and over the resource.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Source
A related resource from which the described resource is derived.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Subject
The topic of the resource.
Explicit interface implemetation Private property ICollection..::..SyncRoot (Inherited from NameObjectCollectionBase.)
Explicit interface implemetation Private property IDublinCoreElementSet..::..Title
A name given to the resource.
Explicit interface implemetation Private property IDublinCoreElementSet..::..Type
The nature or genre of the resource.

See Also

Advanced