Click or drag to resize
Infosoft Logo

GetConfigurationWithTitleCodeRequestTitleCode 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 string TitleCode { get; set; }

Property Value

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