ConfigSubstitutions Property |
[Missing <summary> documentation for "P:Akka.Configuration.Config.Substitutions"]
Namespace: Akka.ConfigurationAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic IEnumerable<HoconSubstitution> Substitutions { get; set; }
Public Property Substitutions As IEnumerable(Of HoconSubstitution)
Get
Set
public:
property IEnumerable<HoconSubstitution^>^ Substitutions {
IEnumerable<HoconSubstitution^>^ get ();
void set (IEnumerable<HoconSubstitution^>^ value);
}
member Substitutions : IEnumerable<HoconSubstitution> with get, set
Property Value
Type:
IEnumerableHoconSubstitution
See Also