Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IBaseProperty.Name Property

Gets or sets the property name.

string Name {get; set;}

Property Value

A string describing the property name; cannot be null, empty, or longer than 255 characters. The string used for the name will be trimmed of leading and trailing whitespace when it is stored and is case-insensitive during name comparison. The new value set will not be persisted until the property is added to a Data Entry Template and IDataEntryTemplate.Store is called on that Data Entry Template.

See Also

IBaseProperty Interface | Plumtree.Remote.PRC.Content.Property Namespace