 | ProtocolDataActionDo Property |
Associate the specified data for stuff that cannot be serialized
Namespace:
SanteDB.Cdss.Xml.Model
Assembly:
SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 2.2.1
Syntaxpublic List<PropertyAction> Do { get; set; }
Public Property Do As List(Of PropertyAction)
Get
Set
public:
property List<PropertyAction^>^ Do {
List<PropertyAction^>^ get ();
void set (List<PropertyAction^>^ value);
}
member Do : List<PropertyAction> with get, set
Property Value
Type:
ListPropertyAction
See Also