CustomAttributeNamedArgument.TypedValue Property

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

Syntax

'Declaration
Public ReadOnly Property TypedValue As CustomAttributeTypedArgument
    Get
'Usage
Dim instance As CustomAttributeNamedArgument
Dim value As CustomAttributeTypedArgument

value = instance.TypedValue
public CustomAttributeTypedArgument TypedValue { get; }
public:
property CustomAttributeTypedArgument TypedValue {
    CustomAttributeTypedArgument get ();
}
member TypedValue : CustomAttributeTypedArgument
function get TypedValue () : CustomAttributeTypedArgument

Property Value

Type: System.Reflection.Mock.CustomAttributeTypedArgument

.NET Framework Security

See Also

Reference

CustomAttributeNamedArgument Structure

CustomAttributeNamedArgument Members

System.Reflection.Mock Namespace