Responder Developer Guide
GetPropertyNamesThatAffectDirtyState Method


Syntax
'Declaration
 
Public Shared Function GetPropertyNamesThatAffectDirtyState( _
   ByVal type As Type _
) As HashSet(Of String)
'Usage
 
Dim type As Type
Dim value As HashSet(Of String)
 
value = AffectsDirtyStateAttribute.GetPropertyNamesThatAffectDirtyState(type)
public static HashSet<string> GetPropertyNamesThatAffectDirtyState( 
   Type type
)

Parameters

type
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

AffectsDirtyStateAttribute Class
AffectsDirtyStateAttribute Members

 

 


Send Comment