| MailMessageRcptToXml Property |
The recipient users used for query
Namespace:
SanteDB.Core.Mail
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public List<Guid> RcptToXml { get; set; }
Public Property RcptToXml As List(Of Guid)
Get
Set
public:
property List<Guid>^ RcptToXml {
List<Guid>^ get ();
void set (List<Guid>^ value);
}
member RcptToXml : List<Guid> with get, set
Property Value
Type:
ListGuidSee Also