[This is preliminary documentation and is subject to change.]
Returns a contract type of this endpoint. "C" component of the "ABC" rule
Namespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract Type Contract { get; }
public abstract Type Contract { get; }
Public MustOverride ReadOnly Property Contract As Type
Get
Public MustOverride ReadOnly Property Contract As Type
Get
public:
virtual property Type^ Contract {
Type^ get () abstract;
}
public:
virtual property Type^ Contract {
Type^ get () abstract;
}
abstract Contract : Type with get
abstract Contract : Type with get
Property Value
Type:
Type