PropertyMetadata.IsNonSerialized 属性
定义
获取一个值,该值指示 Options 是否设置为 NonSerialized。Gets 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
属性值
如果设置为 true,则为 NonSerialized;否则为 false。true if set to NonSerialized; otherwise, false.