MFIdentifierIsNullOrUnresolved Method |
Indicates whether specified MFIdentifier is null or empty or not Resolved.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic static bool IsNullOrUnresolved(
MFIdentifier mfi
)
Public Shared Function IsNullOrUnresolved (
mfi As MFIdentifier
) As Boolean
public:
static bool IsNullOrUnresolved(
MFIdentifier^ mfi
)
Parameters
- mfi
- Type: MFiles.VAF.ConfigurationMFIdentifier
Return Value
Type:
Boolean
See Also