Search Results for

    Show / Hide Table of Contents

    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 Source

    ObjectId

    Gets or sets the unique connection id

    Declaration
    public string ObjectId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TenantId

    Gets or sets the office tenant id

    Declaration
    public string TenantId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UserPrincipalName

    Gets or sets the user principal

    Declaration
    public string UserPrincipalName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx