Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Signature
C#
C#
public boolean IsProtected{ get; }
Signature
vb.net
vb.net
<p>PublicPublic ReadOnly Property IsProtected() As Boolean</p>Boolean
Example
Code Block
csharp
csharp
titleC#
bool protected = wb.IsProtected;
Code Block
vb.net
vb.net
titlevb.net
Dim protected As Boolean = wb.IsProtected