RemoteArgument.DateTimeValue Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el DateTime objeto que RemoteArgument representa.
public:
property DateTime DateTimeValue { DateTime get(); void set(DateTime value); };
public DateTime DateTimeValue { get; set; }
member this.DateTimeValue : DateTime with get, set
Public Property DateTimeValue As DateTime
Valor de propiedad
que DateTimeRemoteArgument representa; DateTime.MinValue si aún no se ha especificado el valor de .RemoteArgument
Excepciones
La RemoteArgumentKind propiedad no se establece en el Intrinsic valor .
O bien
La TypeCode propiedad no se establece en el DateTime valor .
O bien
Esta propiedad se establece mientras la IsByRef propiedad es false.