ArcFM Desktop Developer Guide
PostType Property


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The name of the Post Type configuration the current Event is being raised from. This value will only be valid for Post Actions.
Syntax
'Declaration
 
Public Property PostType As String
'Usage
 
Dim instance As ActionData
Dim value As String
 
instance.PostType = value
 
value = instance.PostType
public string PostType {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ActionData Class
ActionData Members

 

 


Send Comment