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 ModulePropertyInfo
Visual Basic (Declaration) Copy imageCopy Code
<> _
Public Class ModulePropertyInfo

The type exposes the following properties.

Public Properties

  Name Description
Public property CodeStatus
Gets the code status.
Public property CodeStatusDescription
Gets a description of the code status.
Public property CollectionMemberCustomProperties
Gets the CollectionParamCustomProperty attributes.
Public property CollectionParamOptions
Gets the CollectionParamOptions attribute.
Public property DefaultNotation
Gets or sets the default notation.
Public property DefaultValue
Gets the default value.
Public property Description
Gets the description.
Public property ExpressionSyntax
Gets or sets a value indicating whether the property expects expression syntax.
Public property IsDefaultProperty
Gets a value indicating whether this instance is the default property.
Public property IsImplicit
Gets or sets a value indicating whether the property is implicit, and cannot be set from user code.
Public property IsRequired
Gets a value indicating whether the property is optional.
Public property IsSignature
Gets a value indicating whether this property is part of the macro signature.
The signature is assembled from all user-set properties and properties that are explicitly marked as Signature properties.
Public property IsUserSettable
Gets a value indicating whether this instance is user settable.
Public property MustBeAttribute
Returns true if the property may only be set through an Xml attribute
Public property Name
Gets the alias.
Public property NoCache
Gets a value indicating whether the property should not affect the calling signature of the module.
Public property NoViper
Gets a value indicating whether Viper methods should be resolved when the property is set from SXML.
Public property PreParse
Gets a value indicating whether to preparse the data in the property.
Public property PropertyInfo
Gets the property info.
Public property Trim
Returns true if the property specifies that the SXML input data should be trimmed if not specified by the SXML code.
Public property Type
Gets the property type.
Public property XmlDecode
Specifies the default for XmlDecoding the data passed to the property using SXML.

See Also

Advanced