CommandState.IsUnspecified 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.
If true, the command state is unspecified and should not be taken into account.
public:
property bool IsUnspecified { bool get(); };
public bool IsUnspecified { get; }
public bool IsUnspecified { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.IsUnspecified : bool
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.IsUnspecified : bool
Public ReadOnly Property IsUnspecified As Boolean
Property Value
- Attributes