| ServiceEndpointOptionsContracts Property |
Gets or sets the contract
Namespace:
SanteDB.Core.Interop
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public TypeReferenceConfiguration[] Contracts { get; set; }
Public Property Contracts As TypeReferenceConfiguration()
Get
Set
public:
property array<TypeReferenceConfiguration^>^ Contracts {
array<TypeReferenceConfiguration^>^ get ();
void set (array<TypeReferenceConfiguration^>^ value);
}
member Contracts : TypeReferenceConfiguration[] with get, set
Property Value
Type:
TypeReferenceConfigurationSee Also