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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.