| AgsEndpointConfigurationContract Property |
Gets or sets the Contract type
Namespace:
SanteDB.DisconnectedClient.Ags.Configuration
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public 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:
TypeSee Also