 | ProtocolVariableDefinitionVariableName Property |
Gets the name of the variable
Namespace:
SanteDB.Cdss.Xml.Model
Assembly:
SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 2.2.1
Syntaxpublic string VariableName { get; set; }
Public Property VariableName As String
Get
Set
public:
property String^ VariableName {
String^ get ();
void set (String^ value);
}
member VariableName : string with get, set
Property Value
Type:
String
See Also