CustomAttributeTypedArgument.Value Property

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

Syntax

'Declaration
Public ReadOnly Property Value As Object
    Get
'Usage
Dim instance As CustomAttributeTypedArgument
Dim value As Object

value = instance.Value
public Object Value { get; }
public:
property Object^ Value {
    Object^ get ();
}
member Value : Object
function get Value () : Object

Property Value

Type: Object

.NET Framework Security

See Also

Reference

CustomAttributeTypedArgument Structure

CustomAttributeTypedArgument Members

System.Reflection.Mock Namespace