Gets the presentation ID from the client request.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property PresentationId As Byte |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ResponseEventArgs
Dim value As Byte
value = instance.PresentationId |
C# | |
---|
public byte PresentationId {get;} |
C++/CLI | |
---|
public:
property byte PresentationId {
byte get();
} |
Property Value
The presentation ID from the client request.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also