Partager via


Propriété Value

Gets or sets the XmlNode that contains the actual value of an Annotation.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property Value As XmlNode
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Xml. . :: . .XmlNode
The value associated with an annotation.