SomServiceCurrent Property |
[Missing <summary> documentation for "P:Scanjour.Workflow4.TestFramework.SomService.Current"]
Namespace: Scanjour.Workflow4.TestFrameworkAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static SomService Current { get; set; }
Public Shared Property Current As SomService
Get
Set
public:
static property SomService^ Current {
SomService^ get ();
void set (SomService^ value);
}
static member Current : SomService with get, set
Property Value
SomService
See Also