Skip to main content

OptionSetSummary

  • Namespace: PPDS.Dataverse.Metadata.Models
  • Assembly: PPDS.Dataverse
  • Kind: Class

Summary

Summary information for a global option set in list views.

Members

Properties

Description

string Description { get; set; }

Gets the description of the option set.

DisplayName

string DisplayName { get; set; }

Gets the option set display name.

IsCustomOptionSet

bool IsCustomOptionSet { get; set; }

Gets whether this option set is custom.

IsGlobal

bool IsGlobal { get; set; }

Gets whether this option set is global.

IsManaged

bool IsManaged { get; set; }

Gets whether this option set is part of a managed solution.

MetadataId

Guid MetadataId { get; set; }

Gets the unique metadata identifier.

Name

string Name { get; set; }

Gets the option set name.

OptionCount

int OptionCount { get; set; }

Gets the number of options in the set.

OptionSetType

string OptionSetType { get; set; }

Gets the option set type (Picklist, State, Status, Boolean).