ServiceActivationOptions.ActivationArguments Property

Definition

Gets or sets a map of arbitrary data, presumably meaningful to the service.

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)

Property Value

May be null.

Attributes

Applies to