IVSSItem.CRC Property
Gets the CRC value of the latest checked in version of the file.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
ReadOnly Property CRC As Integer
'Usage
Dim instance As IVSSItem
Dim value As Integer
value = instance.CRC
int CRC { get; }
property int CRC {
int get ();
}
/** @property */
int get_CRC ()
function get CRC () : int
Property Value
The CRC value of the latest checked in version of the file.
Remarks
[IDL]
HRESULT CRC([out, retval] long *pCRC);
See Also
Reference
IVSSItem Interface
IVSSItem Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace