| AutoCompletePropertyInfoClassifierValues Property |
Gets the classifer values which are allowed on this type
Namespace:
SanteDB.Rest.Common.Operations
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public string[] ClassifierValues { get; }
Public ReadOnly Property ClassifierValues As String()
Get
public:
property array<String^>^ ClassifierValues {
array<String^>^ get ();
}
member ClassifierValues : string[] with get
Property Value
Type:
StringSee Also