ServiceDescription.Name 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定服務的名稱。
public:
property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String
屬性值
服務的名稱。
範例
string name = svcDesc.Name;
Console.WriteLine("Service Description name: {0}", name);
Dim name = svcDesc.Name
Console.WriteLine("Service Description name: {0}", name)
備註
如果名稱為 null
,這個屬性會傳回服務型別的名稱。 如果服務型別也是 null
,則會傳回預設服務名稱。
匯出 WSDL 中繼資料時,會 Name 對應至 (限定) 屬性的 Web 服務開發語言 (WSDL <service>
) name
元素本機名稱部分。