 | RapidProContactUrns Property |
Gets or sets the urns
Namespace: SanteDB.Core.Notifications.RapidProAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic List<string> Urns { get; set; }Public Property Urns As List(Of String)
Get
Set
public:
property List<String^>^ Urns {
List<String^>^ get ();
void set (List<String^>^ value);
}member Urns : List<string> with get, set
Property Value
ListString
See Also