InstancePersistenceException.CommandName Property

Definition

Gets the name of the command.

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

Property Value

The name of the command, or null if the command is not known.

Applies to