ContactPerson 构造函数
定义
初始化 ContactPerson 类的新实例。Initializes a new instance of the ContactPerson class.
重载
| ContactPerson() |
初始化 ContactPerson 类的新实例。Initializes a new instance of the ContactPerson class. |
| ContactPerson(ContactType) |
使用指定的联系人类型初始化 ContactPerson 类的新实例。Initializes a new instance of the ContactPerson class with the specified contact type. |
ContactPerson()
初始化 ContactPerson 类的新实例。Initializes a new instance of the ContactPerson class.
public:
ContactPerson();
public ContactPerson ();
Public Sub New ()
适用于
ContactPerson(ContactType)
使用指定的联系人类型初始化 ContactPerson 类的新实例。Initializes a new instance of the ContactPerson class with the specified contact type.
public:
ContactPerson(System::IdentityModel::Metadata::ContactType contactType);
public ContactPerson (System.IdentityModel.Metadata.ContactType contactType);
new System.IdentityModel.Metadata.ContactPerson : System.IdentityModel.Metadata.ContactType -> System.IdentityModel.Metadata.ContactPerson
Public Sub New (contactType As ContactType)
参数
- contactType
- ContactType
联系人类型。The contact type.