ExpandedPlaceholderTemplateNodeIssues Property |
Issues encountered during expansion of this node and it's children.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic IEnumerable<PlaceholderExpansionIssue> Issues { get; }
Public ReadOnly Property Issues As IEnumerable(Of PlaceholderExpansionIssue)
Get
public:
property IEnumerable<PlaceholderExpansionIssue^>^ Issues {
IEnumerable<PlaceholderExpansionIssue^>^ get ();
}
Property Value
Type:
IEnumerablePlaceholderExpansionIssue
See Also