ArgumentRequiredAttribute Class
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.
Specifies that the argument is required.
public ref class ArgumentRequiredAttribute sealed : Attribute, Microsoft::Xrm::Sdk::Workflow::IWorkflowArgument
[System.AttributeUsage(System.AttributeTargets.All)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1019:DefineAccessorsForAttributeArguments", Justification="Accessors need to be public for WinWF runtime Xaml Services for serialization/deserialization", MessageId="")]
[System.Serializable]
public sealed class ArgumentRequiredAttribute : Attribute, Microsoft.Xrm.Sdk.Workflow.IWorkflowArgument
[<System.AttributeUsage(System.AttributeTargets.All)>]
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1019:DefineAccessorsForAttributeArguments", Justification="Accessors need to be public for WinWF runtime Xaml Services for serialization/deserialization", MessageId="")>]
[<System.Serializable>]
type ArgumentRequiredAttribute = class
inherit Attribute
interface IWorkflowArgument
Public NotInheritable Class ArgumentRequiredAttribute
Inherits Attribute
Implements IWorkflowArgument
- Inheritance
-
ArgumentRequiredAttribute
- Attributes
- Implements
Constructors
ArgumentRequiredAttribute() |
Initializes an instance of the ArgumentRequiredAttribute class. |
ArgumentRequiredAttribute(Boolean) |
Initializes an instance of the ArgumentRequiredAttribute class with the passed value. |
Properties
ArgumentValue |
Gets the argument value. |
Value |
Gets or sets the argument value. |