Set a property to
specifying the type of the object. Create the property if one is not present at this name.
Namespace: FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub NullifyProperty( _ ByVal PropertyName As String, _ ByVal typeOfProperty As TypeID _ ) |
C# |
---|
void NullifyProperty( string PropertyName, TypeID typeOfProperty ) |
C++ |
---|
void NullifyProperty( String PropertyName, TypeID typeOfProperty ) abstract |
J# |
---|
void NullifyProperty( string PropertyName, TypeID typeOfProperty ) |
JScript |
---|
function NullifyProperty( PropertyName : String, typeOfProperty : TypeID ) |
Parameters
- PropertyName
- A
specifying a property name.String
- typeOfProperty
- A
TypeID constant specifying the property type.