ContractDescription.ContractType 属性

定义

获取或设置协定说明指定的协定类型。

public:
 property Type ^ ContractType { Type ^ get(); void set(Type ^ value); };
public Type ContractType { get; set; }
member this.ContractType : Type with get, set
Public Property ContractType As Type

属性值

协定说明指定的协定的 Type

示例

Type contractType = cd.ContractType;
Console.WriteLine("\tContract type: {0}", contractType.ToString());
Dim contractType As Type = cd.ContractType
Console.WriteLine(Constants.vbTab & "Contract type: {0}", contractType.ToString())

注解

ContractType 属性不可序列化,因此只可在将说明绑定到运行时时可用。 它不能作为元数据的一部分导入或导出。

适用于