XdsObjects Help file
XdsObjects Namespace / XdsRequestInfo Class / Context Property



In This Topic
    Context Property
    In This Topic
    The OperationContext which provides access to the execution context
    Syntax
    Public Property Context As OperationContext
    Dim instance As XdsRequestInfo
    Dim value As OperationContext
     
    instance.Context = value
     
    value = instance.Context
    public OperationContext Context {get; set;}
    public:
    property OperationContext^ Context {
       OperationContext^ get();
       void set (    OperationContext^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also