SerializationInfo.IsFullTypeNameSetExplicit Proprietà
Definizione
Ottiene se il nome del tipo completo è stato impostato in modo esplicito.Gets whether the full type name has been explicitly set.
public:
property bool IsFullTypeNameSetExplicit { bool get(); };
public bool IsFullTypeNameSetExplicit { get; }
member this.IsFullTypeNameSetExplicit : bool
Public ReadOnly Property IsFullTypeNameSetExplicit As Boolean
Valore della proprietà
true
Se il nome completo del tipo è stato impostato in modo esplicito; in caso contrario, false
.true
if the full type name has been explicitly set; otherwise, false
.