CrmOrgList.DeterminOrgDataFromOrgInfo(CrmOrgList, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
returns ( if possible ) the org detail for a given organization name from the list of orgs in discovery
public:
static Microsoft::Xrm::Tooling::CrmConnectControl::Model::CrmOrgByServer ^ DeterminOrgDataFromOrgInfo(Microsoft::Xrm::Tooling::CrmConnectControl::Model::CrmOrgList ^ orgList, System::String ^ organizationName);
public static Microsoft.Xrm.Tooling.CrmConnectControl.Model.CrmOrgByServer DeterminOrgDataFromOrgInfo (Microsoft.Xrm.Tooling.CrmConnectControl.Model.CrmOrgList orgList, string organizationName);
static member DeterminOrgDataFromOrgInfo : Microsoft.Xrm.Tooling.CrmConnectControl.Model.CrmOrgList * string -> Microsoft.Xrm.Tooling.CrmConnectControl.Model.CrmOrgByServer
Public Shared Function DeterminOrgDataFromOrgInfo (orgList As CrmOrgList, organizationName As String) As CrmOrgByServer
Parameters
- orgList
- CrmOrgList
OrgList to Parse though
- organizationName
- String
Name to find
Returns
Found Organization Instance or Null