Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Obtiene o establece el valor de esta anotación.
Espacio de nombres: Microsoft.Data.Edm.Library.Annotations
Ensamblado: Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Sintaxis
'Declaración
Public Property Value As Object
Get
Set
'Uso
Dim instance As EdmTypedDirectValueAnnotationBinding
Dim value As Object
value = instance.Value
instance.Value = value
public Object Value { get; set; }
public:
virtual property Object^ Value {
Object^ get () sealed;
void set (Object^ value) sealed;
}
abstract Value : Object with get, set
override Value : Object with get, set
final function get Value () : Object
final function set Value (value : Object)
Valor de la propiedad
Tipo: System.Object
Valor de esta anotación.
Implementa
IEdmDirectValueAnnotationBinding.Value