ServiceOperationParameter.IsReadOnly 属性

定义

获取一个布尔值,该值定义参数是否为只读。Gets a Boolean value that defines whether the parameter is read-only.

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

属性值

Boolean

定义参数是否为只读的布尔值。Boolean value that defines whether the parameter is read-only.

适用于