Partilhar via


AifServiceBase.OrganizationServiceProxy Property

Gets the organization service proxy.

Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)

Usage

'Usage
Dim instance As AifServiceBase
Dim value As OrganizationServiceProxy

value = instance.OrganizationServiceProxy

Syntax

'Declaration
<ObsoleteAttribute("Use the AifServiceBase.CrmServiceClient")> _
Public ReadOnly Property OrganizationServiceProxy As OrganizationServiceProxy
[ObsoleteAttribute("Use the AifServiceBase.CrmServiceClient")] 
public OrganizationServiceProxy OrganizationServiceProxy { get; }
[ObsoleteAttribute(L"Use the AifServiceBase.CrmServiceClient")] 
public:
property OrganizationServiceProxy^ OrganizationServiceProxy {
    OrganizationServiceProxy^ get ();
}
/** @property */
public OrganizationServiceProxy get_OrganizationServiceProxy ()
public function get OrganizationServiceProxy () : OrganizationServiceProxy

Property Value

The organization service proxy.

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

AifServiceBase Class
AifServiceBase Members
Microsoft.Uii.AifServices Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.