Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.26 KB | None | 0 0
  1. //Url=http://crm.contoso.com/xrmContoso; Domain=CONTOSO; Username=jsmith; Password=passcode"
  2. var connection = CrmConnection.Parse(connectionString);  // Microsoft.Xrm.Client.CrmConnection
  3. using ( var orgService = new OrganizationService(connection) ){
  4. code
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement