Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.