IContactProfile.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.PSArgumentCompleter(new System.String[] { "disabled", "xBand", "sBand" })]
[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=true, Description="Auto-tracking configuration.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="autoTrackingConfiguration", Update=true)]
public string AutoTrackingConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.PSArgumentCompleter(new System.String[] { "disabled", "xBand", "sBand" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=true, Description="Auto-tracking configuration.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="autoTrackingConfiguration", Update=true)>]
member this.AutoTrackingConfiguration : string with get, set
Public Property AutoTrackingConfiguration As String
Property Value
- Attributes