Class AN_ContactPostalAddress
Representation of the AN_ContactInfo postal address.
Inheritance
System.Object
AN_ContactPostalAddress
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.Android.Contacts
Assembly: cs.temp.dll.dll
Syntax
public class AN_ContactPostalAddress
Properties
City
Postal Address City
Declaration
public string City { get; }
Property Value
Type | Description |
---|---|
System.String |
Country
Postal Address Country
Declaration
public string Country { get; }
Property Value
Type | Description |
---|---|
System.String |
PoBox
postal box
Declaration
public string PoBox { get; }
Property Value
Type | Description |
---|---|
System.String |
PostalCode
Postal Address Postal Code
Declaration
public string PostalCode { get; }
Property Value
Type | Description |
---|---|
System.String |
State
Postal Address State
Declaration
public string State { get; }
Property Value
Type | Description |
---|---|
System.String |
Street
Postal Address Street
Declaration
public string Street { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Postal Address Type
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
System.String |