ExtendedApplicationProvider.ProviderName Property
Gets the name of the provider.
Namespace: Microsoft.Uii.Csr.Providers
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ExtendedApplicationProvider
Dim value As String
value = instance.ProviderName
Syntax
'Declaration
Public Overrides ReadOnly Property ProviderName As String
public override string ProviderName { get; }
public:
virtual property String^ ProviderName {
String^ get () override;
}
/** @property */
public String get_ProviderName ()
public override function get ProviderName () : String
Property Value
Type: String
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
ExtendedApplicationProvider Class
ExtendedApplicationProvider Members
Microsoft.Uii.Csr.Providers Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.