Share via


ResourceType.IsOpenType Property

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.

See Also

Reference

ResourceType Class

System.Data.Services.Providers Namespace