GatewayIPAddressInformationCollection.IsReadOnly 属性
定义
获取一个值,该值指示对此集合的访问是否为只读。Gets a value that indicates whether access to this collection is read-only.
public:
virtual property bool IsReadOnly { bool get(); };
public virtual bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public Overridable ReadOnly Property IsReadOnly As Boolean
属性值
在所有情况下均为 true。true in all cases.