Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MessageHeaderAttribute::Actor Property

 

Gets or sets a URI that indicates the node at which this header is targeted. Maps to the role header attribute when SOAP 1.2 is used and the actor header attribute when SOAP 1.1 is used.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property String^ Actor {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A URI that indicates the node at which this header is targeted. This URI maps to the role header attribute when SOAP 1.2 is used and the actor header attribute when SOAP 1.1 is used.

For more information, see the Remarks section of MessageHeaderAttribute for details.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft