Visual Basic (Declaration) | |
---|---|
<CompilerGeneratedAttribute()> Public Property Secure As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[CompilerGeneratedAttribute()] public bool Secure {get; set;} |
C++/CLI | |
---|---|
[CompilerGeneratedAttribute()] public: property bool Secure { bool get(); void set (bool value); } |
Return Value
true
if secure; otherwise, false
.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family