'Declaration
<CanBeNullAttribute()> Public Function GetMessagingServiceProvider( _ ByVal name As String _ ) As MessagingServiceProvider
[CanBeNull()] public MessagingServiceProvider GetMessagingServiceProvider( string name )
[CanBeNull()] public: MessagingServiceProvider^ GetMessagingServiceProvider( String^ name )
Parameters
- name
- The name to look for. Matching is case-insensitive. Partial matching is not supported.
Return Value
The requested provider, or a null reference (Nothing in Visual Basic) if the provider does not exist or the caller does not have at least View permission for it.