DeleteOptionValueRequest Members

Contains the data that is needed to delete an option value in a global or local option set.

The following tables list the members exposed by the DeleteOptionValueRequest type.

Public Constructors

  Name Description
  DeleteOptionValueRequest Initializes a new instance of theDeleteOptionValueRequest class

Top

Public Properties

  Name Description
public property AttributeLogicalName Gets or sets the logical name of the attribute from which to delete the option value. Optional.
public property EntityLogicalName Gets or sets the logical name of the entity that contains the attribute. Optional.
public property ExtensionData  Gets or sets the structure that contains extra data. Optional. (inherited from OrganizationRequest)
public property Item  Gets or sets the indexer for the Parameters collection. (inherited from OrganizationRequest)
public property OptionSetName Gets or sets the name of the option set that contains the value. Optional.
public property Parameters  Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes. (inherited from OrganizationRequest)
public property RequestId  Gets or sets the ID of an asynchronous operation (system job). Optional.  (inherited from OrganizationRequest)
public property RequestName  Gets or sets the name of the request. Required, but is supplied by derived classes. (inherited from OrganizationRequest)
public property SolutionUniqueName Gets or sets the solution name associated with this option value. Optional.
public property Value Gets or sets the value of the option to delete. Required.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

DeleteOptionValueRequest Class
Microsoft.Xrm.Sdk.Messages Namespace

Other Resources

Sample: Work with Global Option Sets
Insert, Update, Delete, and Order Global Option Set Options
Customize Global Option Sets in Microsoft Dynamics CRM

Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.