Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Any other metadata we need about the comment to re-create and position it correctly.
Namespace: Microsoft.TeamFoundation.Discussion.Client
Assembly: Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
Syntax
'Declaration
Public Property PositionContext As String
public string PositionContext { get; private set; }
public:
property String^ PositionContext {
String^ get ();
private: void set (String^ value);
}
member PositionContext : string with get, private set
function get PositionContext () : String
private function set PositionContext (value : String)
Property Value
Type: System.String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.