EnvelopeHeader.Action Property

<System.Xml.Serialization.XmlElement(Namespace = "http://www.w3.org/2005/08/addressing")> _ 
Public Property Action() As Action
This language is not supported or no code example is available.
[System.Xml.Serialization.XmlElement(Namespace = "http://www.w3.org/2005/08/addressing")] 
public Action Action {get; set;}
This language is not supported or no code example is available.
[System.Xml.Serialization.XmlElement(Namespace = "http://www.w3.org/2005/08/addressing")] 
public:  
property Action^ Action { 
Action^ get( ); 
void set( 
Action^ value 
); 
}
This language is not supported or no code example is available.
public  
System.Xml.Serialization.XmlElement(Namespace = "http://www.w3.org/2005/08/addressing") 
function get Action() : Action
public  
System.Xml.Serialization.XmlElement(Namespace = "http://www.w3.org/2005/08/addressing") 
function set Action(value : Action);
This language is not supported or no code example is available.

Property Value

Action

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition