| QueryParameterAttributeParameterName Property |
Gets or sets the name of the parameter
Namespace:
SanteDB.Core.Model.Attributes
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public string ParameterName { get; set; }
Public Property ParameterName As String
Get
Set
public:
property String^ ParameterName {
String^ get ();
void set (String^ value);
}
member ParameterName : string with get, set
Property Value
Type:
StringSee Also