Opc.Ua.Core
LastModifiedSpecified Property (UANodeSetChanges)



Opc.Ua.Export Namespace > UANodeSetChanges Class : LastModifiedSpecified Property
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property LastModifiedSpecified As Boolean
'Usage
 
Dim instance As UANodeSetChanges
Dim value As Boolean
 
instance.LastModifiedSpecified = value
 
value = instance.LastModifiedSpecified
[XmlIgnore()]
public bool LastModifiedSpecified {get; set;}
[XmlIgnore()]
public:
property bool LastModifiedSpecified {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UANodeSetChanges Class
UANodeSetChanges Members