DocumentIndexFieldValueBaseItem Property DocuWare Platform .NET API

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[XmlElementAttribute("Decimal", typeof(decimal))]
[XmlElementAttribute("Keywords", typeof(DocumentIndexFieldKeywords))]
[XmlElementAttribute("DateTime", typeof(DateTime))]
[XmlElementAttribute("Int", typeof(int))]
[XmlElementAttribute("String", typeof(string))]
[XmlElementAttribute("Date", typeof(DateTime), DataType = "date")]
[XmlElementAttribute("Memo", typeof(string))]
[XmlChoiceIdentifierAttribute("ItemElementName")]
public Object Item { get; set; }

Property Value

Type: Object
See Also

Reference