DotNetParameterFlags

The DotNetParameter.Flags property returns the following constants to indicate certain attributes of the parameter. Use the bitwise-AND operator to determine whether any of these flags are set when obtaining the property value.

  • DotNetParamFlags_IsArray –(Value: 0x100) Indicates that the parameter is an array.
  • DotNetParamFlags_Lcid –(Value: 0x4) Indicates that the parameter is a locale identifier.
  • DotNetParamFlags_Optional –(Value: 0x10) Indicates that the parameter is optional.

See Also

DotNetParameter.Flags