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 SOAP method action value.
Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property Action As SoapMethodAction
'Usage
Dim instance As SoapMethod 
Dim value As SoapMethodAction 
value = instance.Action
instance.Action = value
public SoapMethodAction Action { get; set; }
public:
property SoapMethodAction Action {
    SoapMethodAction get ();
    void set (SoapMethodAction value);
}
public function get Action () : SoapMethodAction 
public function set Action (value : SoapMethodAction)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.SoapMethodAction
Returns a SoapMethodAction enumeration value.
Remarks
Optional ADD/ALTER/DROP prefix (in case of ALTER ENDPOINT)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.