ScriptAttributeBaseObjectType Property |
The object type to which the method is bound.
(All object types assumed if not specified.)
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic Object ObjectType { get; set; }
Public Property ObjectType As Object
Get
Set
public:
property Object^ ObjectType {
Object^ get ();
void set (Object^ value);
}
Property Value
Type:
Object
See Also