MFIdentifierResolvedType Property |
The type which the identifier was resolved as.
Null if the identifier is not resolved.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic Type ResolvedType { get; }
Public ReadOnly Property ResolvedType As Type
Get
public:
property Type^ ResolvedType {
Type^ get ();
}
Property Value
Type:
Type
See Also