| GenericRestResultCollectionValues Property |
Gets the values in the result collection
Namespace:
SanteDB.Rest.Common.Model
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public List<Object> Values { get; set; }
Public Property Values As List(Of Object)
Get
Set
public:
property List<Object^>^ Values {
List<Object^>^ get ();
void set (List<Object^>^ value);
}
member Values : List<Object> with get, set
Property Value
Type:
ListObjectSee Also