Contains an object instance of a PropertyTemplate subclass (PropertyTemplateBinary, for example) that specifies the property template on which this property definition is based.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PropertyTemplate As IPropertyTemplate
C#
IPropertyTemplate PropertyTemplate { get; }
Visual C++
property IPropertyTemplate^ PropertyTemplate {
	IPropertyTemplate^ get ();
}
JavaScript
function get_propertyTemplate();

ToggleRemarks

ToggleSee Also