 | XmlBoundExpressionStaticClassXml Property |
Gets or sets the explicit type (for unbound methods)
Namespace:
SanteDB.Cdss.Xml.Model.XmlLinq
Assembly:
SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 2.2.1
Syntaxpublic string StaticClassXml { get; set; }
Public Property StaticClassXml As String
Get
Set
public:
property String^ StaticClassXml {
String^ get ();
void set (String^ value);
}
member StaticClassXml : string with get, set
Property Value
Type:
String
See Also