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 SourceProperties()
Declaration
public Properties()
Properties
| Improve this Doc View SourcebaseUrl
Declaration
public string baseUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
password
Declaration
public string password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
username
Declaration
public string username { get; set; }
Property Value
Type | Description |
---|---|
System.String |