FieldDefinition.IsEncrypted 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.
Gets or sets the isEncrypted flag of the connection field definition.
public bool IsEncrypted { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="isEncrypted")]
public bool? IsEncrypted { get; set; }
member this.IsEncrypted : bool with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="isEncrypted")>]
member this.IsEncrypted : Nullable<bool> with get, set
Public Property IsEncrypted As Boolean
Public Property IsEncrypted As Nullable(Of Boolean)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute