TaskType.IsAssignmentEditableSpecified Property
The IsAssignmentEditableSpecified property gets or sets a Boolean value that specifies whether the IsAssignmentEditable property is serialized into the SOAP request. This property is required if the IsAssignmentEditable property is specified.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsAssignmentEditableSpecified As Boolean
Get
Set
'Usage
Dim instance As TaskType
Dim value As Boolean
value = instance.IsAssignmentEditableSpecified
instance.IsAssignmentEditableSpecified = value
public bool IsAssignmentEditableSpecified { get; set; }
Property Value
Type: System.Boolean
The IsAssignmentEditableSpecified property returns true if the IsAssignmentEditable property is serialized into the SOAP request; otherwise, the property returns false.
See Also