Metodo IDedPublishingConfigurationTSetValue
             | 
          
        
        
            Metodo di settaggio del valore dell'opzione
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassivoid 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  DedPublicationPlatform
 -  
 - fmt  DedPublicationFormat
 -  
 - newValue  T
 -  
 
Vedi anche