RemoteArgument.DateTimeValue Propiedad

Definición

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.

Se aplica a