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

속성 값

이 특성으로 표시된 형식이나 멤버를 내보내는 데 사용되는 계약 이름입니다. 기본값은 빈 문자열("")입니다.

적용 대상