PropsData..::..ArgsList Property

Namespace:  global
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public IList<ByteString> ArgsList { get; }
Public ReadOnly Property ArgsList As IList(Of ByteString)
	Get
public:
property IList<ByteString^>^ ArgsList {
	IList<ByteString^>^ get ();
}