MetadataSerializer.WriteContactPerson(XmlWriter, ContactPerson) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a contact person.
protected:
 virtual void WriteContactPerson(System::Xml::XmlWriter ^ writer, System::IdentityModel::Metadata::ContactPerson ^ contactPerson);protected virtual void WriteContactPerson(System.Xml.XmlWriter writer, System.IdentityModel.Metadata.ContactPerson contactPerson);abstract member WriteContactPerson : System.Xml.XmlWriter * System.IdentityModel.Metadata.ContactPerson -> unit
override this.WriteContactPerson : System.Xml.XmlWriter * System.IdentityModel.Metadata.ContactPerson -> unitProtected Overridable Sub WriteContactPerson (writer As XmlWriter, contactPerson As ContactPerson)Parameters
- writer
- XmlWriter
The XML writer.
- contactPerson
- ContactPerson
The contact person.
Exceptions
writer is null.
-or-
contactPerson is null.
-or-
The EmailAddresses property of contactPerson is null.
-or-
The TelephoneNumbers property of contactPerson is null.