SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteArtifactCustomProperty
Represents a single custom property instance associated with an artifact
Base Classes
None
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
BooleanValue | boolean? | The value of a boolean custom property | |
DateTimeValue | dateTime? | The value of a date-time custom property | |
DecimalValue | decimal? | The value of a decimal custom property | |
Definition | RemoteCustomProperty? | The associated custom property definition (read-only) | |
IntegerListValue | ArrayOfint? | The value of a multi-list custom property | |
IntegerValue | int? | The value of an integer custom property | |
PropertyNumber | int | The number of the custom property field | Yes |
StringValue | string? | The value of a string custom property |