EMS.ResourceTypes.TEMSResourceAttributes.EndPointName
Delphi
property EndPointName[const AMethod: string]: string read GetEndPointName write SetEndPointName;
C++
__property System::UnicodeString EndPointName[const System::UnicodeString AMethod] = {read=GetEndPointName, write=SetEndPointName};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | EMS.ResourceTypes.pas EMS.ResourceTypes.hpp |
EMS.ResourceTypes | TEMSResourceAttributes |
説明
指定されたメソッド名を持つエンドポイント メソッドのエンドポイント名として使われる文字列です。
関連項目
- EMS.ResourceTypes.TEMSResourceAttributes.ResourceName
- EMS.ResourceTypes.TEMSResourceAttributes.ResourceSuffix
- EMS リソースの概要(「リソース属性オブジェクトの定義」セクション)