InstancePersistenceEvent.Name Property

Definition

Returns the XName (namespace combined with name) of the persistence event.

public:
 property System::Xml::Linq::XName ^ Name { System::Xml::Linq::XName ^ get(); };
public System.Xml.Linq.XName Name { get; }
member this.Name : System.Xml.Linq.XName
Public ReadOnly Property Name As XName

Property Value

XName of the persistence event.

Applies to