ImportAttribute.ContractName プロパティ

定義

インポートするエクスポートのコントラクト名を取得します。

public:
 property System::String ^ ContractName { System::String ^ get(); };
public string ContractName { get; }
member this.ContractName : string
Public ReadOnly Property ContractName As String

プロパティ値

インポートするエクスポートのコントラクト名。 既定値は、空の文字列 ("") です。

適用対象