ServiceContractAttribute.ConfigurationName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來在應用程式組態檔中尋找服務的名稱。
public:
property System::String ^ ConfigurationName { System::String ^ get(); void set(System::String ^ value); };
public string ConfigurationName { get; set; }
member this.ConfigurationName : string with get, set
Public Property ConfigurationName As String
屬性值
用來在應用程式組態檔中尋找服務項目的名稱。 預設為服務實作類別的名稱。
例外狀況
值為 null。
值為空字串。
備註
若要設定組態系統在組態檔中尋找合約值的值,請參閱 ConfigurationName 。