| Visual Basic (Declaration) | |
|---|---|
<CompilerGeneratedAttribute()> Public Property ExtendedNegotiation As Byte() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[CompilerGeneratedAttribute()] public byte[] ExtendedNegotiation {get; set;} | |
| C++/CLI | |
|---|---|
[CompilerGeneratedAttribute()] public: property array<byte>^ ExtendedNegotiation { array<byte>^ get(); void set (bytearray<value>^ value); } | |
Return Value
The extended negotiation.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code