Gets a value to determine whether the data-bin descriptor should be added or removed from the server cache model.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Subtractive As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ModelElement
Dim value As Boolean
value = instance.Subtractive
|
C# | |
---|
public bool Subtractive {get;} |
C++/CLI | |
---|
public:
property bool Subtractive {
bool get();
} |
Return Value
true to remove the data-bin from the server cache model; otherwise, false.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also