Class ContactType.ContactTypeValues
The contact types.
Inheritance
System.Object
ContactType.ContactTypeValues
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ComponentSpace.SAML2.Metadata
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class ContactTypeValues
Fields
Administrative
Administrative.
Declaration
public const string Administrative = "administrative"
Field Value
Type | Description |
---|---|
System.String |
Billing
Billing.
Declaration
public const string Billing = "billing"
Field Value
Type | Description |
---|---|
System.String |
Other
Other.
Declaration
public const string Other = "other"
Field Value
Type | Description |
---|---|
System.String |
Support
Support.
Declaration
public const string Support = "support"
Field Value
Type | Description |
---|---|
System.String |
Technical
Technical.
Declaration
public const string Technical = "technical"
Field Value
Type | Description |
---|---|
System.String |