CustomAttributeData.NamedArguments Property

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property NamedArguments As IList(Of CustomAttributeNamedArgument)
    Get
'Usage
Dim instance As CustomAttributeData
Dim value As IList(Of CustomAttributeNamedArgument)

value = instance.NamedArguments
public virtual IList<CustomAttributeNamedArgument> NamedArguments { get; }
public:
virtual property IList<CustomAttributeNamedArgument>^ NamedArguments {
    IList<CustomAttributeNamedArgument>^ get ();
}
abstract NamedArguments : IList<CustomAttributeNamedArgument>
override NamedArguments : IList<CustomAttributeNamedArgument>
function get NamedArguments () : IList<CustomAttributeNamedArgument>

Property Value

Type: IList<CustomAttributeNamedArgument>

.NET Framework Security

See Also

Reference

CustomAttributeData Class

CustomAttributeData Members

System.Reflection.Mock Namespace