SamlSubject.IsReadOnly 属性

定义

获取一个值,该值指示此实例的属性是否是只读的。Gets a value that indicates whether the properties of this instance are read-only.

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

属性值

Boolean

如果此实例的属性是只读的,则为 true;否则为 falsetrue if the properties of this instance are read-only; otherwise, false. 默认值为 falseThe default is false.

注解

若要将 SamlSubject 类的此实例设为只读,请调用 MakeReadOnly 方法。To make this instance of the SamlSubject class read-only, call the MakeReadOnly method.

适用于