Class ConnectionCreator
Contains the author of the connection
Inheritance
System.Object
ConnectionCreator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.WebAPI.Core
Assembly: Simplic.Framework.WebAPI.dll
Syntax
public class ConnectionCreator
Properties
| Improve this Doc View SourceObjectId
Gets or sets the unique connection id
Declaration
public string ObjectId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TenantId
Gets or sets the office tenant id
Declaration
public string TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserPrincipalName
Gets or sets the user principal
Declaration
public string UserPrincipalName { get; set; }
Property Value
Type | Description |
---|---|
System.String |