ContactPerson.Type 属性

定义

获取或设置联系人类型。Gets or sets the contact type.

public:
 property System::IdentityModel::Metadata::ContactType Type { System::IdentityModel::Metadata::ContactType get(); void set(System::IdentityModel::Metadata::ContactType value); };
public System.IdentityModel.Metadata.ContactType Type { get; set; }
member this.Type : System.IdentityModel.Metadata.ContactType with get, set
Public Property Type As ContactType

属性值

ContactType

指定联系人类型的枚举值之一。One of the enumeration values that specify the contact type.

注解

对应于所需的 contactType 特性。Corresponds to the required contactType attribute.

适用于