CommunicationServiceKeyType Enum
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.
The keyType to regenerate. Must be either 'primary' or 'secondary'(case-insensitive).
public enum CommunicationServiceKeyType
type CommunicationServiceKeyType =
Public Enum CommunicationServiceKeyType
- Inheritance
-
CommunicationServiceKeyType
Fields
Name | Value | Description |
---|---|---|
Primary | 0 | Primary. |
Secondary | 1 | Secondary. |