NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SecurityElement.Text

Represents the text within an XML element.

[Visual Basic]
Public Property Text As String
[C#]
public string Text {get; set;}
[C++]
public: __property String* get_Text();
public: __property void set_Text(String*);
[JScript]
public function get Text() : String;
public function set Text(String);

Property Value

String value of the text within an XML element.

Remarks

Text should not contain XML special characters.

See Also

SecurityElement Class | SecurityElement Members | System.Security Namespace