IContactProfilesProperties.AutoTrackingConfiguration 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.
Auto-tracking configuration.
[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="Auto-tracking configuration.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Support.AutoTrackingConfiguration) }, ReadOnly=false, Required=false, SerializedName="autoTrackingConfiguration")]
public Microsoft.Azure.PowerShell.Cmdlets.Orbital.Support.AutoTrackingConfiguration? AutoTrackingConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="Auto-tracking configuration.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Support.AutoTrackingConfiguration) }, ReadOnly=false, Required=false, SerializedName="autoTrackingConfiguration")>]
member this.AutoTrackingConfiguration : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Support.AutoTrackingConfiguration> with get, set
Public Property AutoTrackingConfiguration As Nullable(Of AutoTrackingConfiguration)
Property Value
- Attributes