言語

MetadataAttribute.IsSystem プロパティ

定義

属性がシステム属性かどうかを指定します。

public:
 property bool IsSystem { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public bool IsSystem { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.IsSystem : bool with get, set
Public Property IsSystem As Boolean

プロパティ値

true 属性がシステム属性であれば、それ以外は false

属性

適用対象