IApiFlowOptions.RemoteCallingModeClientId 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.
Remote stub app registration Client ID
[ADT.Runtime.Info(Create=true, Description="Remote stub app registration Client ID", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="remoteCallingModeClientId", Update=true)]
public string RemoteCallingModeClientId { get; set; }
[<ADT.Runtime.Info(Create=true, Description="Remote stub app registration Client ID", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="remoteCallingModeClientId", Update=true)>]
member this.RemoteCallingModeClientId : string with get, set
Public Property RemoteCallingModeClientId As String
Property Value
- Attributes