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 raw string data with no validation.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public Property RawString As String
Get
Friend Set
'Usage
Dim instance As XMLData
Dim value As String
value = instance.RawString
public string RawString { get; internal set; }
public:
property String^ RawString {
String^ get ();
internal: void set (String^ value);
}
member RawString : string with get, internal set
function get RawString () : String
internal function set RawString (value : String)
Property Value
Type: System.String
The raw string data with no validation.