|
GetConfigurationWithTitleCodeRequestTitleCode Property |
Gets or sets the unique code of the title for which to get the configuration value.
Namespace: Infosoft.Common.Contracts.MessageContracts.ConfigurationsAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public string TitleCode { get; set; }
No code example is currently available or this language may not be supported.
Property Value
StringRemarks
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