RemoteArgument.DateTimeValue Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta l'oggetto DateTime rappresentato da RemoteArgument.
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
Valore della proprietà
Oggetto DateTime che RemoteArgument rappresenta; DateTime.MinValue se il valore dell'oggetto RemoteArgument non è ancora stato specificato.
Eccezioni
La proprietà RemoteArgumentKind non è impostata sul valore Intrinsic.
-oppure-
La proprietà TypeCode non è impostata sul valore DateTime.
-oppure-
Questa proprietà viene impostata mentre la proprietà IsByRef è false
.