Show / Hide Table of Contents

Class AccessorStringArgs

Argument to be used for setting data source accessor strings.

Inheritance
object
AccessorStringArgs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Asset.DataSource
Assembly: WMServer.dll
Syntax
public class AccessorStringArgs

Properties

AccessorString

The string defining how to connect to the data source (e.g. database connect string, file name, URL, etc.)

Declaration
public string AccessorString { get; set; }
Property Value
Type Description
string
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE