Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the XmlNode that contains the actual value of an Annotation.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Value As XmlNode
Get
Set
'Usage
Dim instance As Annotation
Dim value As XmlNode
value = instance.Value
instance.Value = value
public XmlNode Value { get; set; }
public:
property XmlNode^ Value {
XmlNode^ get ();
void set (XmlNode^ value);
}
member Value : XmlNode with get, set
function get Value () : XmlNode
function set Value (value : XmlNode)
Property Value
Type: System.Xml.XmlNode
The value associated with an annotation.