NodeType.SecurityType 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 specifies the security type of the nodeType. Only TrustedLaunch is currently supported Possible values include: 'TrustedLaunch'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.securityType")]
public string SecurityType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.securityType")>]
member this.SecurityType : string with get, set
Public Property SecurityType As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute