PSContactProfile Class
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.
public class PSContactProfile
type PSContactProfile = class
Public Class PSContactProfile
- Inheritance
-
PSContactProfile
Constructors
PSContactProfile() |
Properties
AdditionalEmailAddresses |
Gets or sets additional email addresses. |
Country |
Gets or sets country of the user. This is the ISO Alpha-3 code |
FirstName |
Gets or sets first name. |
LastName |
Gets or sets last name. |
PhoneNumber |
Gets or sets phone number. This is required if preferred contact method is phone. |
PreferredContactMethod |
Gets or sets preferred contact method. Possible values include: 'email', 'phone' |
PreferredSupportLanguage |
Gets or sets language of the user. This is the standard country-language code. |
PreferredTimeZone |
Gets or sets time zone of the user. This is the System.TimeZoneInfo.Id value |
PrimaryEmailAddress |
Gets or sets primary email address. |
Extension Methods
ToContactProfile(PSContactProfile) | |
ToSdkContactProfile(PSContactProfile) |