共用方式為


NetworkInterface.Id 屬性

定義

取得網路介面卡的識別項。

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

屬性值

String,包含識別項。

適用於