NetworkInterface.Id プロパティ

定義

ネットワーク アダプターの識別子を取得します。

public:
 abstract property System::String ^ Id { System::String ^ get(); };
public:
 virtual property System::String ^ Id { System::String ^ get(); };
public abstract string Id { get; }
public virtual string Id { get; }
member this.Id : string
Public MustOverride ReadOnly Property Id As String
Public Overridable ReadOnly Property Id As String

プロパティ値

識別子を含む String

適用対象