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.
This member is reserved for internal use and is not intended to be used directly from your code.Verifies whether the T:Microsoft.SharePoint.Taxonomy.TermStore item is set to a null reference (Nothing in Visual Basic).
Namespace: Microsoft.SharePoint.Taxonomy.OM.CodeBehind
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Shared Sub IfNullRaiseStoreChangeExp ( _
item As Object _
)
'Usage
Dim item As ObjectTermStoreManager.IfNullRaiseStoreChangeExp(item)
public static void IfNullRaiseStoreChangeExp(
Object item
)
Parameters
item
Type: System.ObjectReserved for internal use.
Remarks
If it is set to a null reference (Nothing in Visual Basic), it throws a TermStoreChanged exception.