ProtocolImporter.Style 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得列舉值,指出正在產生用戶端 Proxy 類別還是抽象伺服器類別。 這些值為 Client 和 Server。 該值是相關聯 ServiceDescriptionImporter 執行個體之 Style 屬性的值。
public:
property System::Web::Services::Description::ServiceDescriptionImportStyle Style { System::Web::Services::Description::ServiceDescriptionImportStyle get(); };
public System.Web.Services.Description.ServiceDescriptionImportStyle Style { get; }
member this.Style : System.Web.Services.Description.ServiceDescriptionImportStyle
Public ReadOnly Property Style As ServiceDescriptionImportStyle
屬性值
列舉值,指出正在產生用戶端 Proxy 類別還是抽象伺服器類別。 這些值為 Client 和 Server。 該值是相關聯 ServiceDescriptionImporter 執行個體之 Style 屬性的值。