Skip to content

P_RailwaySharp_ErrorHandling_Result_2_Tag

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

Result(TSuccess, TMessage).Tag Property

Namespace: RailwaySharp.ErrorHandling
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public ResultType Tag { get; }

VB

Public ReadOnly Property Tag As ResultType
	Get

C++

public:
property ResultType Tag {
	ResultType get ();
}

F#

member Tag : ResultType with get

Property Value

Type: ResultType

See Also

Reference

Result(TSuccess, TMessage) Class
RailwaySharp.ErrorHandling Namespace

Clone this wiki locally