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
- 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.
See Also
Reference
CustomAttributeNamedArgument Structure