ContentFieldDefinition.EnumDescriptions Property
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.
Descriptions for each enumeration value.
public System.Collections.Generic.IDictionary<string,string> EnumDescriptions { get; }
member this.EnumDescriptions : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property EnumDescriptions As IDictionary(Of String, String)