 | RestEndpointConfigurationContract Property |
Gets or sets the Contract type
Namespace: SanteDB.Rest.Common.ConfigurationAssembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic Type Contract { get; set; }Public Property Contract As Type
Get
Set
public:
property Type^ Contract {
Type^ get ();
void set (Type^ value);
}member Contract : Type with get, set
Property Value
Type
See Also