Metodo IDedPublishingConfigurationTSetValue
|
Metodo di settaggio del valore dell'opzione
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi void SetValue(
DedPublicationPlatform platform,
DedPublicationFormat fmt,
T newValue
)
Sub SetValue (
platform As DedPublicationPlatform,
fmt As DedPublicationFormat,
newValue As T
)
void SetValue(
DedPublicationPlatform platform,
DedPublicationFormat fmt,
T newValue
)
abstract SetValue :
platform : DedPublicationPlatform *
fmt : DedPublicationFormat *
newValue : 'T -> unit
Parametri
- platform
- Tipo: DedNet.CoreDedPublicationPlatform
- fmt
- Tipo: DedNet.CoreDedPublicationFormat
- newValue
- Tipo: T
Vedi anche