CredentialsFactoryCanLoadObject Method  | 
 
            Gets whether this Factory can load objects of the given Type.
            
 
    Namespace: 
   VDS.RDF.Configuration
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic bool CanLoadObject(
	Type t
)
Public Function CanLoadObject ( 
	t As Type
) As Boolean
Parameters
- t
 - Type: SystemType
Type. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.Configuration.CredentialsFactory.CanLoadObject(System.Type)"]
Implements
IObjectFactoryCanLoadObject(Type)
See Also