 | XmlMethodCallExpressionParameters Property |
Represents the parameter list to the call
Namespace:
SanteDB.Cdss.Xml.Model.XmlLinq
Assembly:
SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 2.2.1
Syntaxpublic XmlExpressionList Parameters { get; set; }
Public Property Parameters As XmlExpressionList
Get
Set
public:
property XmlExpressionList^ Parameters {
XmlExpressionList^ get ();
void set (XmlExpressionList^ value);
}
member Parameters : XmlExpressionList with get, set
Property Value
Type:
XmlExpressionList
See Also