Condividi tramite


ServiceActivationOptions.ActivationArguments Proprietà

Definizione

Ottiene o imposta una mappa di dati arbitrari, presumibilmente significativi per il servizio.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ ActivationArguments { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IReadOnlyDictionary<string,string>? ActivationArguments { get; set; }
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IReadOnlyDictionary<string,string>? ActivationArguments { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ActivationArguments : System.Collections.Generic.IReadOnlyDictionary<string, string> with get, set
[<System.Runtime.Serialization.DataMember>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.ActivationArguments : System.Collections.Generic.IReadOnlyDictionary<string, string> with get, set
Public Property ActivationArguments As IReadOnlyDictionary(Of String, String)

Valore della proprietà

Può essere Null.

Attributi

Si applica a