Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether the resource type has open properties.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Property IsOpenType As Boolean
Get
Set
'Usage
Dim instance As ResourceType
Dim value As Boolean
value = instance.IsOpenType
instance.IsOpenType = value
public bool IsOpenType { get; set; }
public:
property bool IsOpenType {
bool get ();
void set (bool value);
}
member IsOpenType : bool with get, set
function get IsOpenType () : boolean
function set IsOpenType (value : boolean)
Property Value
Type: System.Boolean
true if the resource type has open properties defined; otherwise, false.