WebReferenceOptions.Style Property

Definition

Gets or sets the ServiceDescriptionImportStyle associated with this WebReferenceOptions.

public:
 property System::Web::Services::Description::ServiceDescriptionImportStyle Style { System::Web::Services::Description::ServiceDescriptionImportStyle get(); void set(System::Web::Services::Description::ServiceDescriptionImportStyle value); };
public System.Web.Services.Description.ServiceDescriptionImportStyle Style { get; set; }
member this.Style : System.Web.Services.Description.ServiceDescriptionImportStyle with get, set
Public Property Style As ServiceDescriptionImportStyle

Property Value

The ServiceDescriptionImportStyle associated with this WebReferenceOptions.

Applies to