PropertyMetadata.IsNonSerialized 属性

定义

获取一个值,该值指示 Options 是否设置为 NonSerializedGets a value that indicates whether the Options is set to NonSerialized.

public:
 property bool IsNonSerialized { bool get(); };
public bool IsNonSerialized { get; }
member this.IsNonSerialized : bool
Public ReadOnly Property IsNonSerialized As Boolean

属性值

Boolean

如果设置为 true,则为 NonSerialized;否则为 falsetrue if set to NonSerialized; otherwise, false.

适用于