ImportManyAttribute.ContractName 屬性

定義

取得要匯入之匯出的合約名稱。

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

屬性值

要匯入之匯出的合約名稱。 預設值為空字串 ("")。

適用於