RecordsRepositoryProperty Structure

A document property to be included with a document for submission to a records repository.

Namespace:  websvcOfficialFile
Assembly:  MOSSSOAP (in MOSSSOAP.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Structure RecordsRepositoryProperty
'Usage
Dim instance As RecordsRepositoryProperty
[SerializableAttribute]
public struct RecordsRepositoryProperty

Remarks

You can include a property that represents the audit history of the file being submitted. To do this, include a include RecordsRepositoryProperty object with a RecordsRepositoryProperty().Name property of "Audit History", and a Type property of XML. Store the actual audit history as XML in the Other property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RecordsRepositoryProperty Members

websvcOfficialFile Namespace

Other Resources

Records Center

Records Center Web Service