Table of Contents

Class RemoteServiceParameter

Namespace
GroupeIsa.Neos.ClusterCommunication
Assembly
GroupeIsa.Neos.ClusterCommunication.dll

Represents the RemoteServiceOptions parameter.

public class RemoteServiceParameter
Inheritance
RemoteServiceParameter
Inherited Members

Properties

Name

Gets or sets the name of the parameter.

public string Name { get; set; }

Property Value

string

Value

Gets or sets the name of the parameter.

public object? Value { get; set; }

Property Value

object