このパラメーターが読み取り専用に設定されている場合は true を返します。 それ以外の場合は false を返します。
名前空間: System.Data.Services.Providers
アセンブリ: Microsoft.Data.Services (Microsoft.Data.Services.dll)
構文
'宣言
Public ReadOnly Property IsReadOnly As Boolean
Get
'使用
Dim instance As OperationParameter
Dim value As Boolean
value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
bool get ();
}
member IsReadOnly : bool
function get IsReadOnly () : boolean