Show / Hide Table of Contents

Class Properties

Inheritance
System.Object
Properties
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: mdmapidotnetrestful
Assembly: mdm-api-dotnet-restful.dll
Syntax
public class Properties

Constructors

| Improve this Doc View Source

Properties()

Declaration
public Properties()

Properties

| Improve this Doc View Source

baseUrl

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

password

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

username

Declaration
public string username { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX