IPendingConnection.PrimaryContact 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.
The primary contact for this connection request
[ADT.Runtime.Info(Create=true, Description="The primary contact for this connection request", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="primaryContact", Update=true)]
public string PrimaryContact { get; set; }
[<ADT.Runtime.Info(Create=true, Description="The primary contact for this connection request", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="primaryContact", Update=true)>]
member this.PrimaryContact : string with get, set
Public Property PrimaryContact As String
Property Value
- Attributes