Click or drag to resize
Infosoft Logo

GetConfigurationWithTitleIdRequestTitleId Property

Gets or sets the unique code of the title for which to get the configuration value.

Namespace: Infosoft.Common.Contracts.MessageContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public int TitleId { get; set; }

Property Value

Int32
Remarks
If you don't have a title ID but have a code, use the GetConfigurationWithTitleCode operation instead. If you have neither, use the GetConfigurationWithoutTitle operation.
See Also