Class OrganizationCredentials
Inherited Members
Namespace: Global Namespace
Assembly: solution.dll
Syntax
public class OrganizationCredentials
Properties
Password
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
string |
User
Declaration
public string User { get; set; }
Property Value
Type | Description |
---|---|
string |