ExportAttribute.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

屬性值

合約名稱,用來匯出標記有這個屬性的類型或成員。 預設值為空字串 ("")。

適用於