Operation.PortType プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > Operation.PortType プロパティの意味・解説 

Operation.PortType プロパティ

Operationメンバとして含まれている PortType を取得します

名前空間: System.Web.Services.Description
アセンブリ: System.Web.Services (system.web.services.dll 内)
構文構文

Public ReadOnly Property
 PortType As PortType
Dim instance As Operation
Dim value As PortType

value = instance.PortType
public PortType PortType { get; }
public:
property PortType^ PortType {
    PortType^ get ();
}
/** @property */
public PortType get_PortType ()
public function get PortType
 () : PortType

プロパティ
PortType

使用例使用例
' Get the PortType of the Operation. 
Dim myPort As PortType = myOperation.PortType
  Console.WriteLine( _
     "The port type of the operation is: " & myPort.Name)
// Get the PortType of the Operation. 
PortType myPort = myOperation.PortType;
Console.WriteLine(
   "The port type of the operation is: " + myPort.Name);
// Get the PortType of the Operation. 
PortType^ myPort = myOperation->PortType;
Console::WriteLine( "The port type of the operation is: {0}", myPort->Name
 );

// Get the PortType of the Operation. 
PortType myPort = myOperation.get_PortType();
Console.WriteLine("The port type of the operation is: " 
    + myPort.get_Name());
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「Operation.PortType プロパティ」の関連用語

Operation.PortType プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



Operation.PortType プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS