[This is preliminary documentation and is subject to change.]
Enumerates all attribute nodes
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
IEnumerable<IConfigAttrNode> Attributes { get; }
IEnumerable<IConfigAttrNode> Attributes { get; }
ReadOnly Property Attributes As IEnumerable(Of IConfigAttrNode)
Get
ReadOnly Property Attributes As IEnumerable(Of IConfigAttrNode)
Get
property IEnumerable<IConfigAttrNode^>^ Attributes {
IEnumerable<IConfigAttrNode^>^ get ();
}
property IEnumerable<IConfigAttrNode^>^ Attributes {
IEnumerable<IConfigAttrNode^>^ get ();
}
abstract Attributes : IEnumerable<IConfigAttrNode> with get
abstract Attributes : IEnumerable<IConfigAttrNode> with get
Property Value
Type:
IEnumerable IConfigAttrNode