IVSSItem.IsPinned Property 

Gets a value that indicates if the item is pinned.

Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Syntax

'Declaration
ReadOnly Property IsPinned As Boolean
'Usage
Dim instance As IVSSItem
Dim value As Boolean

value = instance.IsPinned
bool IsPinned { get; }
property bool IsPinned {
    bool get ();
}
/** @property */
boolean get_IsPinned ()
function get IsPinned () : boolean

Property Value

true if the item is pinned; otherwise, false.

See Also

Reference

IVSSItem Interface
IVSSItem Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace