SerializationInfo.IsFullTypeNameSetExplicit Eigenschaft
Definition
Ruft ab, ob der vollständige Typname explizit festgelegt wurde.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
Eigenschaftswert
true
, wenn der vollständige Typname explizit festgelegt wurde. andernfalls false
.true
if the full type name has been explicitly set; otherwise, false
.