 | SynchronizationQueueDeadLetterEntryInfoReasonForRejection Property |
Gets or sets the reason for rejection
Namespace: SanteDB.Client.Disconnected.Rest.ModelAssembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic string ReasonForRejection { get; set; }Public Property ReasonForRejection As String
Get
Set
public:
property String^ ReasonForRejection {
String^ get ();
void set (String^ value);
}member ReasonForRejection : string with get, set
Property Value
String
See Also