 | DocumentReferenceDictionaryTIsLoaded Method |
Determines whether the specified document is loaded.
Namespace: Aml.Engine.Services.AMLAssembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntaxpublic bool IsLoaded(
XDocument document
)
Public Function IsLoaded (
document As XDocument
) As Boolean
public:
bool IsLoaded(
XDocument^ document
)
Parameters
- document XDocument
- The document.
Return Value
Booleantrue if the specified document is loaded; otherwise,
false.
See Also