 | MailMessageRcptToXml Property |
The recipient users used for query
Namespace: SanteDB.Core.MailAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic 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
ListGuid
See Also