CrmInitCompleteEventArgs.CrmInterface Property
Gets or sets the CRM instance.
Namespace: Microsoft.Crm.UnifiedServiceDesk.BaseControl
Assembly: Microsoft.Crm.UnifiedServiceDesk.BaseControl (in Microsoft.Crm.UnifiedServiceDesk.BaseControl.dll)
Usage
'Usage
Dim instance As CrmInitCompleteEventArgs
Dim value As CrmServiceClient
value = instance.CrmInterface
instance.CrmInterface = value
Syntax
'Declaration
Public Property CrmInterface As CrmServiceClient
public CrmServiceClient CrmInterface { get; set; }
public:
property CrmServiceClient^ CrmInterface {
CrmServiceClient^ get ();
void set (CrmServiceClient^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public CrmServiceClient get_CrmInterface ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_CrmInterface (CrmServiceClient value)
CompilerGeneratedAttribute
public function get CrmInterface () : CrmServiceClient
CompilerGeneratedAttribute
public function set CrmInterface (value : CrmServiceClient)
Property Value
Type: CrmServiceClient.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
CrmInitCompleteEventArgs Class
CrmInitCompleteEventArgs Members
Microsoft.Crm.UnifiedServiceDesk.BaseControl Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.