'Declaration
<CanBeNullAttribute()> Public Function GetFileServiceProvider( _ ByVal serviceName As String _ ) As FileServiceProvider
[CanBeNull()] public FileServiceProvider GetFileServiceProvider( string serviceName )
[CanBeNull()] public: FileServiceProvider^ GetFileServiceProvider( String^ serviceName )
Parameters
- serviceName
- 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.