Class CredentialWithConnectionString
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Crosser.EdgeNode.Flows.Abstractions.CredentialWithConnectionString
Assembly: Crosser.EdgeNode.Flows.Abstractions.dll
Syntax
public class CredentialWithConnectionString : Credential
Properties
ConnectionString
Declaration
[JsonProperty("connectionString")]
public string ConnectionString { get; }
Property Value
System.String
|