• QuickOPC Cover Page
  • Edition Notice
  • Introduction
    • Terminology
    • Product Editions
    • Development Platforms
      • Transitioning from .NET Framework to .NET Standard
    • Requirements
      • .NET Runtimes
      • Operating Systems
        • Server Core Systems
      • Hardware
    • Development Tools
    • Licensing
      • Licenses for 3rd-party Material
      • Licensing in Visual Studio
    • Benefits
  • Getting Started
    • Installation
      • Setup Program
        • Running the Setup
        • Uninstallation
    • Getting Started under .NET Framework
      • Getting Started with OPC Classic under .NET Framework
        • Making a first OPC Classic application using Live Binding in Windows Forms
        • Making a first OPC Classic application using traditional coding
        • Where do I go from here?
      • Getting Started with OPC UA under .NET
        • Making a first OPC UA application using Live Binding in Windows Forms
        • Making a first OPC UA application using Live Binding in WPF
        • Making a first OPC UA application using traditional coding
        • Where do I go from here?
    • Getting Started under .NET Standard
      • Getting Started under .NET Standard using .NET Core CLI Tools
      • Getting Started under .NET Standard using IDE
      • Getting Started under .NET Standard using Visual Studio Code
    • Getting Started with OPC UA PubSub under .NET
    • Getting Started under COM
      • Getting Started with OPC Classic under COM
        • Making a first COM application in VB6
        • Where do I go from here?
      • Getting Started with OPC UA under COM
        • Making a first UA application in VB6
        • Where do I go from here?
  • Fundamentals
    • Product Parts
      • NuGet Packages
        • List of NuGet Packages
        • .NET Assemblies and Namespaces
      • COM Components
        • Type Libraries (COM)
      • Visual Studio Extension
      • Documentation and Help
      • Demo Applications
        • .NET Framework Demo Applications
          • .NET Framework Demo Applications for OPC Classic
          • .NET Framework Demo Applications for OPC UA (Client-Server)
          • .NET Framework Demo Applications for OPC UA PubSub
        • COM Demo Applications
      • Examples
        • LINQPad support
      • Tools and Online Services
      • Bonus Material
    • Typical Usage
      • OPC Classic thick-client .NET applications on LAN
      • OPC Classic or OPC UA thick-client COM applications on LAN
      • OPC Classic Web applications (server side)
      • OPC UA Thick-client applications on LAN, WAN or Internet
      • OPC UA Web applications (server side)
    • Referencing the NuGet Packages (.NET)
      • Installing NuGet Packages in Visual Studio
      • NuGet Package Referencing with Visual Studio Toolbox
      • Installing NuGet Packages in JetBrains Rider
      • Installing NuGet Packages using .NET Core CLI Tools
    • Referencing the Assemblies (PowerShell)
      • List of Assemblies
    • Referencing the Components (COM)
      • COM Components for OPC Classic
      • COM Components for OPC UA
      • Importing Type Libraries to Delphi
      • Importing Type Libraries in Visual C++
    • Conventions
    • Connection handling
    • State Persistence
    • Components and Objects
      • Computational Objects
        • Interfaces and Extension Methods
        • Isolated Clients and Subscribers
        • Shared Instance
      • User Interface Objects
      • Helper Types
        • Time Periods
        • Data Objects
          • Quality in OPC Classic
          • Value, Timestamp and Quality (VTQ) in OPC Classic
          • Variant Type (VarType) in OPC Classic
            • VarType
              • Overview
              • Members
              • VarType Constructor
                • VarType Constructor()
                • VarType Constructor(VarType)
                • VarType Constructor(VarTypes)
                • VarType Constructor(Int32)
              • Methods
                • Clone Method
                • Equals Method
                  • Equals(Object) Method
                • FromInt32 Method
                • FromType Method
                • FromVarTypes Method
                • GetElementType Method
                • GetHashCode Method
                • GetObjectData Method
                • IsValidTypeValue Method
                • MakeArrayType Method
                • ReadXmlElement Method
                • ToInt32 Method
                • ToString Method
                • ToVarTypes Method
                • WriteXmlElement Method
              • Properties
                • InternalValue Property
                • IsArray Property
                • IsElementType Property
                • NumericalValue Property
                • StandardName Property
              • Fields
                • DefaultAsString Field
                • DefaultInternalValue Field
                • DefaultNumericalValue Field
              • Events
                • PropertyChanged Event
                • PropertyChanging Event
              • Operators
                • Equality Operator
                • Implicit Type Conversion Operator
                • Inequality Operator
          • OPC UA Status Code
            • UAStatusCode
              • Overview
              • Members
              • UAStatusCode Constructor
                • UAStatusCode Constructor()
                • UAStatusCode Constructor(UASeverity)
                • UAStatusCode Constructor(UAStatusCode)
                • UAStatusCode Constructor(Int64)
                • UAStatusCode Constructor(Int32,Int32)
              • Methods
                • Clone Method
                • Equals Method
                  • Equals(Object) Method
                • FromInt64 Method
                • FromUASeverity Method
                • GetHashCode Method
                • GetObjectData Method
                • ReadXmlElement Method
                • ToInt64 Method
                • ToString Method
                  • ToString() Method
                  • ToString(String) Method
                  • ToString(String,IFormatProvider) Method
                • WriteXmlElement Method
              • Properties
                • CodeBits Property
                • CodeBitsSymbol Property
                • Condition Property
                • Description Property
                • FlagBits Property
                • HasDataValueInfo Property
                • InfoType Property
                • InternalValue Property
                • IsBad Property
                • IsGood Property
                • IsUncertain Property
                • LimitInfo Property
                • Overflow Property
                • SemanticsChanged Property
                • Severity Property
                • StatusInfo Property
                • StructureChanged Property
              • Operators
                • Equality Operator
                • Implicit Type Conversion Operator
                • Inequality Operator
          • OPC UA Attribute Data
            • UAAttributeData
              • Overview
              • Members
              • UAAttributeData Constructor
                • UAAttributeData Constructor()
                • UAAttributeData Constructor(Object)
                • UAAttributeData Constructor(UADataValue)
                • UAAttributeData Constructor(Object,UAStatusCode)
                • UAAttributeData Constructor(Object,UAStatusCode,DateTime)
                • UAAttributeData Constructor(Object,UAStatusCode,DateTime,DateTime)
                • UAAttributeData Constructor(Object,UAStatusCode,DateTime,Int32)
                • UAAttributeData Constructor(Object,UAStatusCode,DateTime,Int32,DateTime,Int32)
                • UAAttributeData Constructor(SerializationInfo,StreamingContext)
              • Methods
                • Clone Method
                • Equals Method
                  • Equals(Object) Method
                  • Equals(UAAttributeData) Method
                • GetHashCode Method
              • Properties
                • Null Property
              • Operators
                • Equality Operator
                • Inequality Operator
        • Argument Objects
        • Result Objects
        • Element Objects
        • Descriptor Objects
        • Parameter Objects
        • Utility Classes
    • Simultaneous Operations
    • Identifying information in OPC Classic
      • OPC Classic Browse Paths
        • OPC Classic Browse Path Format
    • Identifying information in OPC XML
      • OPC XML Servers
      • OPC XML Nodes and Items
      • OPC XML Properties
    • Identifying Information in OPC UA Client-Server
      • OPC UA Server Endpoints
        • OPC UA Endpoint Selection Policy
          • UAEndpointSelectionPolicy
            • Overview
            • Members
            • UAEndpointSelectionPolicy Constructor
              • UAEndpointSelectionPolicy Constructor()
              • UAEndpointSelectionPolicy Constructor(String)
              • UAEndpointSelectionPolicy Constructor(UAEndpointSelectionPolicy)
              • UAEndpointSelectionPolicy Constructor(UAMessageSecurityModes)
              • UAEndpointSelectionPolicy Constructor(UAMessageSecurityModes,String)
              • UAEndpointSelectionPolicy Constructor(UAMessageSecurityModes,String,String)
              • UAEndpointSelectionPolicy Constructor(UAMessageSecurityModes,Uri)
              • UAEndpointSelectionPolicy Constructor(UAMessageSecurityModes,Uri,Uri)
            • Methods
              • Clone Method
              • Equals Method
                • Equals(Object) Method
                • Equals(UAEndpointSelectionPolicy) Method
              • FromUAMessageSecurityModes Method
              • GetErrorMessages Method
              • GetHashCode Method
              • GetInfoMessages Method
              • GetObjectData Method
              • GetWarningMessages Method
              • ReadXmlElement Method
              • ToString Method
              • WriteXmlElement Method
            • Properties
              • AllowedMessageSecurityModes Property
              • AllowZeroSecurityLevel Property
              • ChannelSecurityRanking Property
              • CommunicationSecurityRanking Property
              • CustomPolicySpecifier Property
              • DataEncodingName Property
              • Default Property
              • EnforceSamePort Property
              • EnforceSameSite Property
              • FullySecured Property
              • GuaranteedIntegrity Property
              • GuaranteedIntegrityAndConfidentiality Property
              • GuaranteedIntegrityExcludingObsolete Property
              • HasWarnings Property
              • IsPrecise Property
              • IsValid Property
              • MessageSecurityModeName Property
              • MessageSecurityPreference Property
              • NoMessageSecurity Property
              • OpcCompliance Property
              • OrganicSecurityRanking Property
              • ProtocolName Property
              • RejectObsoleteSecurityPolicies Property
              • RequireAuthentication Property
              • RequireConfidentiality Property
              • RequireIntegrity Property
              • SecurityPolicyDisplayName Property
              • SecurityPolicyUri Property
              • SecurityPolicyUriString Property
              • TransportProfileDisplayName Property
              • TransportProfileUri Property
              • TransportProfileUriString Property
              • TransportSecurityRanking Property
            • Fields
              • DefaultAllowedMessageSecurityModes Field
              • DefaultAllowZeroSecurityLevel Field
              • DefaultDataEncodingName Field
              • DefaultEnforceSamePort Field
              • DefaultEnforceSameSite Field
              • DefaultMessageSecurityPreference Field
              • DefaultProtocolName Field
              • DefaultRejectObsoleteSecurityPolicies Field
              • DefaultRequireAuthentication Field
              • DefaultRequireConfidentiality Field
              • DefaultRequireIntegrity Field
              • DefaultSecurityPolicyUriString Field
              • DefaultTransportProfileUriString Field
            • Operators
              • Equality Operator
              • Implicit Type Conversion Operator
              • Inequality Operator
        • UAEndpointDescriptor
          • Overview
          • Members
          • UAEndpointDescriptor Constructor
            • UAEndpointDescriptor Constructor()
            • UAEndpointDescriptor Constructor(String)
            • UAEndpointDescriptor Constructor(IUADiscoveryElement)
            • UAEndpointDescriptor Constructor(Uri)
            • UAEndpointDescriptor Constructor(UAEndpointDescriptor)
          • Methods
            • Clone Method
            • Equals Method
              • Equals(Object) Method
              • Equals(UAEndpointDescriptor) Method
            • FromString Method
            • FromUri Method
            • GetHashCode Method
            • GetObjectData Method
            • MakeDescriptorString Method
            • OnAlias Method
            • ReadXmlElement Method
            • SetServerCertificateByteArray Method
            • ToString Method
            • WriteStringList Method
            • WriteXmlElement Method
          • Properties
            • Authority Property
            • DescriptorString Property
            • EndpointSelectionPolicy Property
            • Fragment Property
            • HasServerCertificate Property
            • Host Property
            • InitialScheme Property
            • IsNull Property
            • Null Property
            • Password Property
            • Path Property
            • PathAndQuery Property
            • Port Property
            • Prefix Property
            • Query Property
            • Scheme Property
            • ServerCertificate Property
            • ServerCertificateByteArray Property
            • UrlString Property
            • UserIdentity Property
            • UserInfo Property
            • UserName Property
            • UserTokenPolicyId Property
          • Fields
            • DefaultAuthority Field
            • DefaultDescriptorString Field
            • DefaultFragment Field
            • DefaultHost Field
            • DefaultPassword Field
            • DefaultPath Field
            • DefaultPathAndQuery Field
            • DefaultPrefix Field
            • DefaultQuery Field
            • DefaultScheme Field
            • DefaultUrlString Field
            • DefaultUserInfo Field
            • DefaultUserName Field
          • Operators
            • Equality Operator
            • Implicit Type Conversion Operator
            • Inequality Operator
        • Preselected vs. Synthetised Endpoints
        • Server Certificate in Endpoint Descriptor
      • OPC UA Node IDs
        • Namespace indices in Node Ids
        • UANodeId
          • Overview
          • Members
          • UANodeId Constructor
            • UANodeId Constructor()
            • UANodeId Constructor(Int32,Object)
            • UANodeId Constructor(Int32,String,Object)
            • UANodeId Constructor(String)
            • UANodeId Constructor(String,Object)
            • UANodeId Constructor(IUANodeElement)
            • UANodeId Constructor(UANodeId)
          • Methods
            • Add Method
            • Clone Method
            • CloneIdentifier Method
            • CompareTo Method
              • CompareTo(Object) Method
              • CompareTo(UANodeId) Method
            • CreateStandard Method
            • Equals Method
              • Equals(Object) Method
            • Format Method
            • FromUANodeDescriptor Method
            • GetHashCode Method
            • GetIdentifierString Method
            • GetObjectData Method
            • IsNormalizedIdentifier Method
            • IsValidIdentifier Method
            • Match Method
              • Match(UANodeId,UANodeId) Method
              • Match(UANodeId) Method
            • OnNamespaceIndexChanged Method
            • OnNamespaceUriStringChanged Method
            • Parse Method
            • ReadStringList Method
            • ReadXmlElement Method
            • SetIdentifier Method
            • SetOpaqueIdentifier Method
            • ToBrowsePath Method
            • ToString Method
            • TryParse Method
            • WriteStringList Method
            • WriteXmlElement Method
          • Properties
            • ExpandedText Property
            • GuidIdentifier Property
            • GuidIdentifierString Property
            • Identifier Property
            • IsNull Property
            • NodeIdType Property
            • Null Property
            • NumericIdentifier Property
            • OpaqueIdentifier Property
            • StandardName Property
            • StringIdentifier Property
          • Fields
            • DefaultAsString Field
            • DefaultExpandedText Field
            • DefaultIdentifier Field
            • DefaultIsNull Field
            • DefaultNodeIdType Field
          • Events
            • PropertyChanged Event
          • Operators
            • Addition Operator
            • Equality Operator
            • Explicit Type Conversion Operator
            • Greater Than Operator
            • Implicit Type Conversion Operator
            • Inequality Operator
            • Less Than Operator
        • Standard Node IDs
          • UAObjectTypeIds
            • Overview
            • Members
            • Properties
              • AcknowledgeableConditionType Property
              • AddressSpaceFileType Property
              • AggregateConfigurationType Property
              • AggregateFunctionType Property
              • AlarmConditionType Property
              • AlarmGroupType Property
              • AlarmMetricsType Property
              • ApplicationCertificateType Property
              • AuditActivateSessionEventType Property
              • AuditAddNodesEventType Property
              • AuditAddReferencesEventType Property
              • AuditCancelEventType Property
              • AuditCertificateDataMismatchEventType Property
              • AuditCertificateEventType Property
              • AuditCertificateExpiredEventType Property
              • AuditCertificateInvalidEventType Property
              • AuditCertificateMismatchEventType Property
              • AuditCertificateRevokedEventType Property
              • AuditCertificateUntrustedEventType Property
              • AuditChannelEventType Property
              • AuditConditionAcknowledgeEventType Property
              • AuditConditionCommentEventType Property
              • AuditConditionConfirmEventType Property
              • AuditConditionEnableEventType Property
              • AuditConditionEventType Property
              • AuditConditionOutOfServiceEventType Property
              • AuditConditionResetEventType Property
              • AuditConditionRespondEventType Property
              • AuditConditionShelvingEventType Property
              • AuditConditionSilenceEventType Property
              • AuditConditionSuppressionEventType Property
              • AuditCreateSessionEventType Property
              • AuditDeleteNodesEventType Property
              • AuditDeleteReferencesEventType Property
              • AuditEventType Property
              • AuditHistoryAtTimeDeleteEventType Property
              • AuditHistoryDeleteEventType Property
              • AuditHistoryEventDeleteEventType Property
              • AuditHistoryEventUpdateEventType Property
              • AuditHistoryRawModifyDeleteEventType Property
              • AuditHistoryUpdateEventType Property
              • AuditHistoryValueUpdateEventType Property
              • AuditNodeManagementEventType Property
              • AuditOpenSecureChannelEventType Property
              • AuditProgramTransitionEventType Property
              • AuditSecurityEventType Property
              • AuditSessionEventType Property
              • AuditUpdateEventType Property
              • AuditUpdateMethodEventType Property
              • AuditUpdateStateEventType Property
              • AuditUrlMismatchEventType Property
              • AuditWriteUpdateEventType Property
              • AuthorizationServiceConfigurationType Property
              • BaseConditionClassType Property
              • BaseEventType Property
              • BaseModelChangeEventType Property
              • BaseObjectType Property
              • BrokerConnectionTransportType Property
              • BrokerDataSetReaderTransportType Property
              • BrokerDataSetWriterTransportType Property
              • BrokerWriterGroupTransportType Property
              • CertificateExpirationAlarmType Property
              • CertificateGroupFolderType Property
              • CertificateGroupType Property
              • CertificateType Property
              • CertificateUpdatedAuditEventType Property
              • ChoiceStateType Property
              • ConditionType Property
              • ConnectionTransportType Property
              • DatagramConnectionTransportType Property
              • DatagramWriterGroupTransportType Property
              • DataSetFolderType Property
              • DataSetReaderMessageType Property
              • DataSetReaderTransportType Property
              • DataSetReaderType Property
              • DataSetWriterMessageType Property
              • DataSetWriterTransportType Property
              • DataSetWriterType Property
              • DataTypeEncodingType Property
              • DataTypeSystemType Property
              • DeviceFailureEventType Property
              • DialogConditionType Property
              • DiscrepancyAlarmType Property
              • DiscreteAlarmType Property
              • EventQueueOverflowEventType Property
              • ExclusiveDeviationAlarmType Property
              • ExclusiveLevelAlarmType Property
              • ExclusiveLimitAlarmType Property
              • ExclusiveLimitStateMachineType Property
              • ExclusiveRateOfChangeAlarmType Property
              • ExtensionFieldsType Property
              • FileDirectoryType Property
              • FileTransferStateMachineType Property
              • FileType Property
              • FiniteStateMachineType Property
              • FolderType Property
              • GeneralModelChangeEventType Property
              • HighlyManagedAlarmConditionClassType Property
              • HistoricalDataConfigurationType Property
              • HistoryServerCapabilitiesType Property
              • HttpsCertificateType Property
              • InitialStateType Property
              • InstrumentDiagnosticAlarmType Property
              • JsonDataSetReaderMessageType Property
              • JsonDataSetWriterMessageType Property
              • JsonWriterGroupMessageType Property
              • KeyCredentialAuditEventType Property
              • KeyCredentialConfigurationFolderType Property
              • KeyCredentialConfigurationType Property
              • KeyCredentialDeletedAuditEventType Property
              • KeyCredentialUpdatedAuditEventType Property
              • LimitAlarmType Property
              • MaintenanceConditionClassType Property
              • ModellingRuleType Property
              • NamespaceMetadataType Property
              • NamespacesType Property
              • NetworkAddressType Property
              • NetworkAddressUrlType Property
              • NonExclusiveDeviationAlarmType Property
              • NonExclusiveLevelAlarmType Property
              • NonExclusiveLimitAlarmType Property
              • NonExclusiveRateOfChangeAlarmType Property
              • NonTransparentNetworkRedundancyType Property
              • NonTransparentRedundancyType Property
              • OffNormalAlarmType Property
              • OperationLimitsType Property
              • ProcessConditionClassType Property
              • ProgramStateMachineType Property
              • ProgramTransitionAuditEventType Property
              • ProgramTransitionEventType Property
              • ProgressEventType Property
              • PublishedDataItemsType Property
              • PublishedDataSetType Property
              • PublishedEventsType Property
              • PublishSubscribeType Property
              • PubSubCommunicationFailureEventType Property
              • PubSubConnectionType Property
              • PubSubDiagnosticsConnectionType Property
              • PubSubDiagnosticsDataSetReaderType Property
              • PubSubDiagnosticsDataSetWriterType Property
              • PubSubDiagnosticsReaderGroupType Property
              • PubSubDiagnosticsRootType Property
              • PubSubDiagnosticsType Property
              • PubSubDiagnosticsWriterGroupType Property
              • PubSubGroupType Property
              • PubSubKeyServiceType Property
              • PubSubStatusEventType Property
              • PubSubStatusType Property
              • PubSubTransportLimitsExceedEventType Property
              • ReaderGroupMessageType Property
              • ReaderGroupTransportType Property
              • ReaderGroupType Property
              • RefreshEndEventType Property
              • RefreshRequiredEventType Property
              • RefreshStartEventType Property
              • RoleMappingRuleChangedAuditEventType Property
              • RoleSetType Property
              • RoleType Property
              • RsaMinApplicationCertificateType Property
              • RsaSha256ApplicationCertificateType Property
              • SafetyConditionClassType Property
              • SecurityGroupFolderType Property
              • SecurityGroupType Property
              • SemanticChangeEventType Property
              • ServerCapabilitiesType Property
              • ServerConfigurationType Property
              • ServerDiagnosticsType Property
              • ServerRedundancyType Property
              • ServerType Property
              • SessionDiagnosticsObjectType Property
              • SessionsDiagnosticsSummaryType Property
              • ShelvedStateMachineType Property
              • StateMachineType Property
              • StateType Property
              • StatisticalConditionClassType Property
              • SubscribedDataSetMirrorType Property
              • SubscribedDataSetType Property
              • SystemConditionClassType Property
              • SystemDiagnosticAlarmType Property
              • SystemEventType Property
              • SystemOffNormalAlarmType Property
              • SystemStatusChangeEventType Property
              • TargetVariablesType Property
              • TemporaryFileTransferType Property
              • TestingConditionSubClassType Property
              • TrainingConditionClassType Property
              • TransitionEventType Property
              • TransitionType Property
              • TransparentRedundancyType Property
              • TripAlarmType Property
              • TrustListType Property
              • TrustListUpdatedAuditEventType Property
              • UadpDataSetReaderMessageType Property
              • UadpDataSetWriterMessageType Property
              • UadpWriterGroupMessageType Property
              • UserCredentialCertificateType Property
              • VendorServerInfoType Property
              • WriterGroupMessageType Property
              • WriterGroupTransportType Property
              • WriterGroupType Property
          • UADataTypeIds
            • Overview
            • Members
            • Properties
              • AccessLevelExType Property
              • AccessLevelType Property
              • AccessRestrictionType Property
              • ActivateSessionRequest Property
              • ActivateSessionResponse Property
              • AdditionalParametersType Property
              • AddNodesItem Property
              • AddNodesRequest Property
              • AddNodesResponse Property
              • AddNodesResult Property
              • AddReferencesItem Property
              • AddReferencesRequest Property
              • AddReferencesResponse Property
              • AggregateConfiguration Property
              • AggregateFilter Property
              • AggregateFilterResult Property
              • Annotation Property
              • AnonymousIdentityToken Property
              • ApplicationDescription Property
              • ApplicationInstanceCertificate Property
              • ApplicationType Property
              • Argument Property
              • AttributeOperand Property
              • AttributeWriteMask Property
              • AudioDataType Property
              • AxisInformation Property
              • AxisScaleEnumeration Property
              • BaseDataType Property
              • BitFieldMaskDataType Property
              • Boolean Property
              • BrokerConnectionTransportDataType Property
              • BrokerDataSetReaderTransportDataType Property
              • BrokerDataSetWriterTransportDataType Property
              • BrokerTransportQualityOfService Property
              • BrokerWriterGroupTransportDataType Property
              • BrowseDescription Property
              • BrowseDirection Property
              • BrowseNextRequest Property
              • BrowseNextResponse Property
              • BrowsePath Property
              • BrowsePathResult Property
              • BrowsePathTarget Property
              • BrowseRequest Property
              • BrowseResponse Property
              • BrowseResult Property
              • BrowseResultMask Property
              • BuildInfo Property
              • Byte Property
              • ByteString Property
              • CallMethodRequest Property
              • CallMethodResult Property
              • CallRequest Property
              • CallResponse Property
              • CancelRequest Property
              • CancelResponse Property
              • ChannelSecurityToken Property
              • CloseSecureChannelRequest Property
              • CloseSecureChannelResponse Property
              • CloseSessionRequest Property
              • CloseSessionResponse Property
              • ComplexNumberType Property
              • ConfigurationVersionDataType Property
              • ConnectionTransportDataType Property
              • ContentFilter Property
              • ContentFilterElement Property
              • ContentFilterElementResult Property
              • ContentFilterResult Property
              • ContinuationPoint Property
              • Counter Property
              • CreateMonitoredItemsRequest Property
              • CreateMonitoredItemsResponse Property
              • CreateSessionRequest Property
              • CreateSessionResponse Property
              • CreateSubscriptionRequest Property
              • CreateSubscriptionResponse Property
              • DataChangeFilter Property
              • DataChangeNotification Property
              • DataChangeTrigger Property
              • DatagramConnectionTransportDataType Property
              • DatagramWriterGroupTransportDataType Property
              • DataSetFieldContentMask Property
              • DataSetFieldFlags Property
              • DataSetMetaDataType Property
              • DataSetOrderingType Property
              • DataSetReaderDataType Property
              • DataSetReaderMessageDataType Property
              • DataSetReaderTransportDataType Property
              • DataSetWriterDataType Property
              • DataSetWriterMessageDataType Property
              • DataSetWriterTransportDataType Property
              • DataTypeAttributes Property
              • DataTypeDefinition Property
              • DataTypeDescription Property
              • DataTypeNode Property
              • DataTypeSchemaHeader Property
              • DataValue Property
              • Date Property
              • DateString Property
              • DateTime Property
              • DeadbandType Property
              • Decimal Property
              • DecimalDataType Property
              • DecimalString Property
              • DeleteAtTimeDetails Property
              • DeleteEventDetails Property
              • DeleteMonitoredItemsRequest Property
              • DeleteMonitoredItemsResponse Property
              • DeleteNodesItem Property
              • DeleteNodesRequest Property
              • DeleteNodesResponse Property
              • DeleteRawModifiedDetails Property
              • DeleteReferencesItem Property
              • DeleteReferencesRequest Property
              • DeleteReferencesResponse Property
              • DeleteSubscriptionsRequest Property
              • DeleteSubscriptionsResponse Property
              • DiagnosticInfo Property
              • DiagnosticsLevel Property
              • DiscoveryConfiguration Property
              • Double Property
              • DoubleComplexNumberType Property
              • Duration Property
              • DurationString Property
              • EccEncryptedSecret Property
              • ElementOperand Property
              • EndpointConfiguration Property
              • EndpointDescription Property
              • EndpointType Property
              • EndpointUrlListDataType Property
              • EnumDefinition Property
              • EnumDescription Property
              • Enumeration Property
              • EnumField Property
              • EnumValueType Property
              • EphemeralKeyType Property
              • EUInformation Property
              • EventFieldList Property
              • EventFilter Property
              • EventFilterResult Property
              • EventNotificationList Property
              • EventNotifierType Property
              • ExceptionDeviationFormat Property
              • ExpandedNodeId Property
              • FieldMetaData Property
              • FieldTargetDataType Property
              • FilterOperand Property
              • FilterOperator Property
              • FindServersOnNetworkRequest Property
              • FindServersOnNetworkResponse Property
              • FindServersRequest Property
              • FindServersResponse Property
              • Float Property
              • GenericAttributes Property
              • GenericAttributeValue Property
              • GetEndpointsRequest Property
              • GetEndpointsResponse Property
              • Guid Property
              • HistoryData Property
              • HistoryEvent Property
              • HistoryEventFieldList Property
              • HistoryModifiedData Property
              • HistoryReadDetails Property
              • HistoryReadRequest Property
              • HistoryReadResponse Property
              • HistoryReadResult Property
              • HistoryReadValueId Property
              • HistoryUpdateDetails Property
              • HistoryUpdateRequest Property
              • HistoryUpdateResponse Property
              • HistoryUpdateResult Property
              • HistoryUpdateType Property
              • IdentityCriteriaType Property
              • IdentityMappingRuleType Property
              • IdType Property
              • Image Property
              • ImageBMP Property
              • ImageGIF Property
              • ImageJPG Property
              • ImagePNG Property
              • Index Property
              • InstanceNode Property
              • Int16 Property
              • Int32 Property
              • Int64 Property
              • Integer Property
              • IntegerId Property
              • IssuedIdentityToken Property
              • JsonDataSetMessageContentMask Property
              • JsonDataSetReaderMessageDataType Property
              • JsonDataSetWriterMessageDataType Property
              • JsonNetworkMessageContentMask Property
              • JsonWriterGroupMessageDataType Property
              • KeyValuePair Property
              • LiteralOperand Property
              • LocaleId Property
              • LocalizedText Property
              • MdnsDiscoveryConfiguration Property
              • MessageSecurityMode Property
              • MethodAttributes Property
              • MethodNode Property
              • ModelChangeStructureDataType Property
              • ModelChangeStructureVerbMask Property
              • ModificationInfo Property
              • ModifyMonitoredItemsRequest Property
              • ModifyMonitoredItemsResponse Property
              • ModifySubscriptionRequest Property
              • ModifySubscriptionResponse Property
              • MonitoredItemCreateRequest Property
              • MonitoredItemCreateResult Property
              • MonitoredItemModifyRequest Property
              • MonitoredItemModifyResult Property
              • MonitoredItemNotification Property
              • MonitoringFilter Property
              • MonitoringFilterResult Property
              • MonitoringMode Property
              • MonitoringParameters Property
              • NamingRuleType Property
              • NetworkAddressDataType Property
              • NetworkAddressUrlDataType Property
              • NetworkGroupDataType Property
              • Node Property
              • NodeAttributes Property
              • NodeAttributesMask Property
              • NodeClass Property
              • NodeId Property
              • NodeReference Property
              • NodeTypeDescription Property
              • NormalizedString Property
              • NotificationData Property
              • NotificationMessage Property
              • Number Property
              • NumericRange Property
              • ObjectAttributes Property
              • ObjectNode Property
              • ObjectTypeAttributes Property
              • ObjectTypeNode Property
              • OpenFileMode Property
              • OpenSecureChannelRequest Property
              • OpenSecureChannelResponse Property
              • OptionSet Property
              • OverrideValueHandling Property
              • ParsingResult Property
              • PerformUpdateType Property
              • PermissionType Property
              • ProgramDiagnostic2DataType Property
              • ProgramDiagnosticDataType Property
              • PublishedDataItemsDataType Property
              • PublishedDataSetDataType Property
              • PublishedDataSetSourceDataType Property
              • PublishedEventsDataType Property
              • PublishedVariableDataType Property
              • PublishRequest Property
              • PublishResponse Property
              • PubSubConfigurationDataType Property
              • PubSubConnectionDataType Property
              • PubSubDiagnosticsCounterClassification Property
              • PubSubGroupDataType Property
              • PubSubState Property
              • QualifiedName Property
              • QueryDataDescription Property
              • QueryDataSet Property
              • QueryFirstRequest Property
              • QueryFirstResponse Property
              • QueryNextRequest Property
              • QueryNextResponse Property
              • Range Property
              • ReadAtTimeDetails Property
              • ReaderGroupDataType Property
              • ReaderGroupMessageDataType Property
              • ReaderGroupTransportDataType Property
              • ReadEventDetails Property
              • ReadProcessedDetails Property
              • ReadRawModifiedDetails Property
              • ReadRequest Property
              • ReadResponse Property
              • ReadValueId Property
              • RedundancySupport Property
              • RedundantServerDataType Property
              • ReferenceDescription Property
              • ReferenceNode Property
              • ReferenceTypeAttributes Property
              • ReferenceTypeNode Property
              • RegisteredServer Property
              • RegisterNodesRequest Property
              • RegisterNodesResponse Property
              • RegisterServer2Request Property
              • RegisterServer2Response Property
              • RegisterServerRequest Property
              • RegisterServerResponse Property
              • RelativePath Property
              • RelativePathElement Property
              • RepublishRequest Property
              • RepublishResponse Property
              • RequestHeader Property
              • ResponseHeader Property
              • RolePermissionType Property
              • RsaEncryptedSecret Property
              • SamplingIntervalDiagnosticsDataType Property
              • SByte Property
              • SecurityTokenRequestType Property
              • SemanticChangeStructureDataType Property
              • ServerDiagnosticsSummaryDataType Property
              • ServerOnNetwork Property
              • ServerState Property
              • ServerStatusDataType Property
              • ServiceCounterDataType Property
              • ServiceFault Property
              • SessionAuthenticationToken Property
              • SessionDiagnosticsDataType Property
              • SessionlessInvokeRequestType Property
              • SessionlessInvokeResponseType Property
              • SessionSecurityDiagnosticsDataType Property
              • SetMonitoringModeRequest Property
              • SetMonitoringModeResponse Property
              • SetPublishingModeRequest Property
              • SetPublishingModeResponse Property
              • SetTriggeringRequest Property
              • SetTriggeringResponse Property
              • SignatureData Property
              • SignedSoftwareCertificate Property
              • SimpleAttributeOperand Property
              • SimpleTypeDescription Property
              • StatusChangeNotification Property
              • StatusCode Property
              • StatusResult Property
              • String Property
              • Structure Property
              • StructureDefinition Property
              • StructureDescription Property
              • StructureField Property
              • StructureType Property
              • SubscribedDataSetDataType Property
              • SubscribedDataSetMirrorDataType Property
              • SubscriptionAcknowledgement Property
              • SubscriptionDiagnosticsDataType Property
              • TargetVariablesDataType Property
              • Time Property
              • TimestampsToReturn Property
              • TimeString Property
              • TimeZoneDataType Property
              • TransferResult Property
              • TransferSubscriptionsRequest Property
              • TransferSubscriptionsResponse Property
              • TranslateBrowsePathsToNodeIdsRequest Property
              • TranslateBrowsePathsToNodeIdsResponse Property
              • TrustListDataType Property
              • TrustListMasks Property
              • TypeNode Property
              • UABinaryFileDataType Property
              • UadpDataSetMessageContentMask Property
              • UadpDataSetReaderMessageDataType Property
              • UadpDataSetWriterMessageDataType Property
              • UadpNetworkMessageContentMask Property
              • UadpWriterGroupMessageDataType Property
              • UInt16 Property
              • UInt32 Property
              • UInt64 Property
              • UInteger Property
              • Union Property
              • UnregisterNodesRequest Property
              • UnregisterNodesResponse Property
              • UpdateDataDetails Property
              • UpdateEventDetails Property
              • UpdateStructureDataDetails Property
              • UserIdentityToken Property
              • UserNameIdentityToken Property
              • UserTokenPolicy Property
              • UserTokenType Property
              • UtcTime Property
              • VariableAttributes Property
              • VariableNode Property
              • VariableTypeAttributes Property
              • VariableTypeNode Property
              • VersionTime Property
              • ViewAttributes Property
              • ViewDescription Property
              • ViewNode Property
              • WriteRequest Property
              • WriteResponse Property
              • WriterGroupDataType Property
              • WriterGroupMessageDataType Property
              • WriterGroupTransportDataType Property
              • WriteValue Property
              • X509IdentityToken Property
              • XmlElement Property
              • XVType Property
          • UAMethodIds
            • Overview
            • Members
            • Properties
              • AcknowledgeableConditionType_Acknowledge Property
              • AcknowledgeableConditionType_Confirm Property
              • AddressSpaceFileType_ExportNamespace Property
              • AlarmConditionType_PlaceInService Property
              • AlarmConditionType_RemoveFromService Property
              • AlarmConditionType_Reset Property
              • AlarmConditionType_ShelvingState_OneShotShelve Property
              • AlarmConditionType_ShelvingState_TimedShelve Property
              • AlarmConditionType_ShelvingState_Unshelve Property
              • AlarmConditionType_Silence Property
              • AlarmConditionType_Suppress Property
              • AlarmConditionType_Unsuppress Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_Acknowledge Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_AddComment Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_Disable Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_Enable Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_OneShotShelve Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_TimedShelve Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_Unshelve Property
              • AlarmMetricsType_Reset Property
              • CertificateExpirationAlarmType_ShelvingState_OneShotShelve Property
              • CertificateExpirationAlarmType_ShelvingState_TimedShelve Property
              • CertificateExpirationAlarmType_ShelvingState_Unshelve Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Close Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_GetPosition Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Open Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_OpenWithMasks Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Read Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_SetPosition Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Write Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Close Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_GetPosition Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Open Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_OpenWithMasks Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Read Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_SetPosition Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Write Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Close Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_GetPosition Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Open Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_OpenWithMasks Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Read Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_SetPosition Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Write Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Close Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_GetPosition Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Open Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_OpenWithMasks Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Read Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_SetPosition Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Write Property
              • CertificateGroupType_TrustList_Close Property
              • CertificateGroupType_TrustList_GetPosition Property
              • CertificateGroupType_TrustList_Open Property
              • CertificateGroupType_TrustList_OpenWithMasks Property
              • CertificateGroupType_TrustList_Read Property
              • CertificateGroupType_TrustList_SetPosition Property
              • CertificateGroupType_TrustList_Write Property
              • ConditionType_AddComment Property
              • ConditionType_ConditionRefresh Property
              • ConditionType_ConditionRefresh2 Property
              • ConditionType_Disable Property
              • ConditionType_Enable Property
              • DataSetFolderType_AddDataSetFolder Property
              • DataSetFolderType_AddPublishedDataItems Property
              • DataSetFolderType_AddPublishedDataItemsTemplate Property
              • DataSetFolderType_AddPublishedEvents Property
              • DataSetFolderType_AddPublishedEventsTemplate Property
              • DataSetFolderType_DataSetFolderName_Placeholder_AddDataSetFolder Property
              • DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedDataItems Property
              • DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedDataItemsTemplate Property
              • DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedEvents Property
              • DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedEventsTemplate Property
              • DataSetFolderType_DataSetFolderName_Placeholder_RemoveDataSetFolder Property
              • DataSetFolderType_DataSetFolderName_Placeholder_RemovePublishedDataSet Property
              • DataSetFolderType_PublishedDataSetName_Placeholder_ExtensionFields_AddExtensionField Property
              • DataSetFolderType_PublishedDataSetName_Placeholder_ExtensionFields_RemoveExtensionField Property
              • DataSetFolderType_RemoveDataSetFolder Property
              • DataSetFolderType_RemovePublishedDataSet Property
              • DataSetReaderType_CreateDataSetMirror Property
              • DataSetReaderType_CreateTargetVariables Property
              • DataSetReaderType_Diagnostics_Reset Property
              • DataSetWriterType_Diagnostics_Reset Property
              • DialogConditionType_Respond Property
              • DiscrepancyAlarmType_ShelvingState_OneShotShelve Property
              • DiscrepancyAlarmType_ShelvingState_TimedShelve Property
              • DiscrepancyAlarmType_ShelvingState_Unshelve Property
              • DiscreteAlarmType_ShelvingState_OneShotShelve Property
              • DiscreteAlarmType_ShelvingState_TimedShelve Property
              • DiscreteAlarmType_ShelvingState_Unshelve Property
              • ExclusiveDeviationAlarmType_ShelvingState_OneShotShelve Property
              • ExclusiveDeviationAlarmType_ShelvingState_TimedShelve Property
              • ExclusiveDeviationAlarmType_ShelvingState_Unshelve Property
              • ExclusiveLevelAlarmType_ShelvingState_OneShotShelve Property
              • ExclusiveLevelAlarmType_ShelvingState_TimedShelve Property
              • ExclusiveLevelAlarmType_ShelvingState_Unshelve Property
              • ExclusiveLimitAlarmType_ShelvingState_OneShotShelve Property
              • ExclusiveLimitAlarmType_ShelvingState_TimedShelve Property
              • ExclusiveLimitAlarmType_ShelvingState_Unshelve Property
              • ExclusiveRateOfChangeAlarmType_ShelvingState_OneShotShelve Property
              • ExclusiveRateOfChangeAlarmType_ShelvingState_TimedShelve Property
              • ExclusiveRateOfChangeAlarmType_ShelvingState_Unshelve Property
              • ExtensionFieldsType_AddExtensionField Property
              • ExtensionFieldsType_RemoveExtensionField Property
              • FileDirectoryType_CreateDirectory Property
              • FileDirectoryType_CreateFile Property
              • FileDirectoryType_DeleteFileSystemObject Property
              • FileDirectoryType_FileDirectoryName_Placeholder_CreateDirectory Property
              • FileDirectoryType_FileDirectoryName_Placeholder_CreateFile Property
              • FileDirectoryType_FileDirectoryName_Placeholder_DeleteFileSystemObject Property
              • FileDirectoryType_FileDirectoryName_Placeholder_MoveOrCopy Property
              • FileDirectoryType_FileName_Placeholder_Close Property
              • FileDirectoryType_FileName_Placeholder_GetPosition Property
              • FileDirectoryType_FileName_Placeholder_Open Property
              • FileDirectoryType_FileName_Placeholder_Read Property
              • FileDirectoryType_FileName_Placeholder_SetPosition Property
              • FileDirectoryType_FileName_Placeholder_Write Property
              • FileDirectoryType_MoveOrCopy Property
              • FileSystem_CreateDirectory Property
              • FileSystem_CreateFile Property
              • FileSystem_DeleteFileSystemObject Property
              • FileSystem_FileDirectoryName_Placeholder_CreateDirectory Property
              • FileSystem_FileDirectoryName_Placeholder_CreateFile Property
              • FileSystem_FileDirectoryName_Placeholder_DeleteFileSystemObject Property
              • FileSystem_FileDirectoryName_Placeholder_MoveOrCopy Property
              • FileSystem_FileName_Placeholder_Close Property
              • FileSystem_FileName_Placeholder_GetPosition Property
              • FileSystem_FileName_Placeholder_Open Property
              • FileSystem_FileName_Placeholder_Read Property
              • FileSystem_FileName_Placeholder_SetPosition Property
              • FileSystem_FileName_Placeholder_Write Property
              • FileSystem_MoveOrCopy Property
              • FileTransferStateMachineType_Reset Property
              • FileType_Close Property
              • FileType_GetPosition Property
              • FileType_Open Property
              • FileType_Read Property
              • FileType_SetPosition Property
              • FileType_Write Property
              • InstrumentDiagnosticAlarmType_ShelvingState_OneShotShelve Property
              • InstrumentDiagnosticAlarmType_ShelvingState_TimedShelve Property
              • InstrumentDiagnosticAlarmType_ShelvingState_Unshelve Property
              • KeyCredentialConfigurationFolderType_CreateCredential Property
              • KeyCredentialConfigurationType_DeleteCredential Property
              • KeyCredentialConfigurationType_GetEncryptingKey Property
              • KeyCredentialConfigurationType_UpdateCredential Property
              • LimitAlarmType_ShelvingState_OneShotShelve Property
              • LimitAlarmType_ShelvingState_TimedShelve Property
              • LimitAlarmType_ShelvingState_Unshelve Property
              • NamespaceMetadataType_NamespaceFile_Close Property
              • NamespaceMetadataType_NamespaceFile_GetPosition Property
              • NamespaceMetadataType_NamespaceFile_Open Property
              • NamespaceMetadataType_NamespaceFile_Read Property
              • NamespaceMetadataType_NamespaceFile_SetPosition Property
              • NamespaceMetadataType_NamespaceFile_Write Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Close Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_GetPosition Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Open Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Read Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_SetPosition Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Write Property
              • NonExclusiveDeviationAlarmType_ShelvingState_OneShotShelve Property
              • NonExclusiveDeviationAlarmType_ShelvingState_TimedShelve Property
              • NonExclusiveDeviationAlarmType_ShelvingState_Unshelve Property
              • NonExclusiveLevelAlarmType_ShelvingState_OneShotShelve Property
              • NonExclusiveLevelAlarmType_ShelvingState_TimedShelve Property
              • NonExclusiveLevelAlarmType_ShelvingState_Unshelve Property
              • NonExclusiveLimitAlarmType_ShelvingState_OneShotShelve Property
              • NonExclusiveLimitAlarmType_ShelvingState_TimedShelve Property
              • NonExclusiveLimitAlarmType_ShelvingState_Unshelve Property
              • NonExclusiveRateOfChangeAlarmType_ShelvingState_OneShotShelve Property
              • NonExclusiveRateOfChangeAlarmType_ShelvingState_TimedShelve Property
              • NonExclusiveRateOfChangeAlarmType_ShelvingState_Unshelve Property
              • OffNormalAlarmType_ShelvingState_OneShotShelve Property
              • OffNormalAlarmType_ShelvingState_TimedShelve Property
              • OffNormalAlarmType_ShelvingState_Unshelve Property
              • OPCUANamespaceMetadata_NamespaceFile_Close Property
              • OPCUANamespaceMetadata_NamespaceFile_GetPosition Property
              • OPCUANamespaceMetadata_NamespaceFile_Open Property
              • OPCUANamespaceMetadata_NamespaceFile_Read Property
              • OPCUANamespaceMetadata_NamespaceFile_SetPosition Property
              • OPCUANamespaceMetadata_NamespaceFile_Write Property
              • ProgramStateMachineType_Halt Property
              • ProgramStateMachineType_Reset Property
              • ProgramStateMachineType_Resume Property
              • ProgramStateMachineType_Start Property
              • ProgramStateMachineType_Suspend Property
              • PublishedDataItemsType_AddVariables Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Reset Property
              • PublishedDataItemsType_ExtensionFields_AddExtensionField Property
              • PublishedDataItemsType_ExtensionFields_RemoveExtensionField Property
              • PublishedDataItemsType_RemoveVariables Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Reset Property
              • PublishedDataSetType_ExtensionFields_AddExtensionField Property
              • PublishedDataSetType_ExtensionFields_RemoveExtensionField Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Reset Property
              • PublishedEventsType_ExtensionFields_AddExtensionField Property
              • PublishedEventsType_ExtensionFields_RemoveExtensionField Property
              • PublishedEventsType_ModifyFieldSelection Property
              • PublishSubscribe_AddConnection Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Reset Property
              • PublishSubscribe_Diagnostics_Reset Property
              • PublishSubscribe_GetSecurityGroup Property
              • PublishSubscribe_GetSecurityKeys Property
              • PublishSubscribe_RemoveConnection Property
              • PublishSubscribe_SecurityGroups_AddSecurityGroup Property
              • PublishSubscribe_SecurityGroups_RemoveSecurityGroup Property
              • PublishSubscribeType_AddConnection Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Reset Property
              • PublishSubscribeType_Diagnostics_Reset Property
              • PublishSubscribeType_RemoveConnection Property
              • PublishSubscribeType_SecurityGroups_AddSecurityGroup Property
              • PublishSubscribeType_SecurityGroups_RemoveSecurityGroup Property
              • PublishSubscribeType_SetSecurityKeys Property
              • PubSubConnectionType_AddReaderGroup Property
              • PubSubConnectionType_AddWriterGroup Property
              • PubSubConnectionType_Diagnostics_Reset Property
              • PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Reset Property
              • PubSubConnectionType_RemoveGroup Property
              • PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Reset Property
              • PubSubDiagnosticsType_Reset Property
              • PubSubKeyServiceType_GetSecurityGroup Property
              • PubSubKeyServiceType_GetSecurityKeys Property
              • PubSubKeyServiceType_SecurityGroups_AddSecurityGroup Property
              • PubSubKeyServiceType_SecurityGroups_RemoveSecurityGroup Property
              • PubSubStatusType_Disable Property
              • PubSubStatusType_Enable Property
              • ReaderGroupType_AddDataSetReader Property
              • ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Reset Property
              • ReaderGroupType_Diagnostics_Reset Property
              • ReaderGroupType_RemoveDataSetReader Property
              • RoleSetType_AddRole Property
              • RoleSetType_RemoveRole Property
              • RoleType_AddApplication Property
              • RoleType_AddEndpoint Property
              • RoleType_AddIdentity Property
              • RoleType_RemoveApplication Property
              • RoleType_RemoveEndpoint Property
              • RoleType_RemoveIdentity Property
              • SecurityGroupFolderType_AddSecurityGroup Property
              • SecurityGroupFolderType_RemoveSecurityGroup Property
              • SecurityGroupFolderType_SecurityGroupFolderName_Placeholder_AddSecurityGroup Property
              • SecurityGroupFolderType_SecurityGroupFolderName_Placeholder_RemoveSecurityGroup Property
              • Server_GetMonitoredItems Property
              • Server_RequestServerStateChange Property
              • Server_ResendData Property
              • Server_ServerCapabilities_RoleSet_AddRole Property
              • Server_ServerCapabilities_RoleSet_RemoveRole Property
              • Server_SetSubscriptionDurable Property
              • ServerCapabilitiesType_RoleSet_AddRole Property
              • ServerCapabilitiesType_RoleSet_RemoveRole Property
              • ServerConfiguration_ApplyChanges Property
              • ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_AddCertificate Property
              • ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_Close Property
              • ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_CloseAndUpdate Property
              • ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_GetPosition Property
              • ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_Open Property
              • ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_OpenWithMasks Property
              • ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_Read Property
              • ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_RemoveCertificate Property
              • ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_SetPosition Property
              • ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList_Write Property
              • ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_AddCertificate Property
              • ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_Close Property
              • ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_CloseAndUpdate Property
              • ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_GetPosition Property
              • ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_Open Property
              • ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_OpenWithMasks Property
              • ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_Read Property
              • ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_RemoveCertificate Property
              • ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_SetPosition Property
              • ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList_Write Property
              • ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_AddCertificate Property
              • ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_Close Property
              • ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_CloseAndUpdate Property
              • ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_GetPosition Property
              • ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_Open Property
              • ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_OpenWithMasks Property
              • ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_Read Property
              • ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_RemoveCertificate Property
              • ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_SetPosition Property
              • ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList_Write Property
              • ServerConfiguration_CreateSigningRequest Property
              • ServerConfiguration_GetRejectedList Property
              • ServerConfiguration_UpdateCertificate Property
              • ServerConfigurationType_ApplyChanges Property
              • ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_Close Property
              • ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_GetPosition Property
              • ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_Open Property
              • ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_OpenWithMasks Property
              • ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_Read Property
              • ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_SetPosition Property
              • ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList_Write Property
              • ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_Close Property
              • ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_GetPosition Property
              • ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_Open Property
              • ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_OpenWithMasks Property
              • ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_Read Property
              • ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_SetPosition Property
              • ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList_Write Property
              • ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_Close Property
              • ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_GetPosition Property
              • ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_Open Property
              • ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_OpenWithMasks Property
              • ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_Read Property
              • ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_SetPosition Property
              • ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList_Write Property
              • ServerConfigurationType_CreateSigningRequest Property
              • ServerConfigurationType_GetRejectedList Property
              • ServerConfigurationType_UpdateCertificate Property
              • ServerType_GetMonitoredItems Property
              • ServerType_RequestServerStateChange Property
              • ServerType_ResendData Property
              • ServerType_ServerCapabilities_RoleSet_AddRole Property
              • ServerType_ServerCapabilities_RoleSet_RemoveRole Property
              • ServerType_SetSubscriptionDurable Property
              • ShelvedStateMachineType_OneShotShelve Property
              • ShelvedStateMachineType_TimedShelve Property
              • ShelvedStateMachineType_Unshelve Property
              • SystemDiagnosticAlarmType_ShelvingState_OneShotShelve Property
              • SystemDiagnosticAlarmType_ShelvingState_TimedShelve Property
              • SystemDiagnosticAlarmType_ShelvingState_Unshelve Property
              • SystemOffNormalAlarmType_ShelvingState_OneShotShelve Property
              • SystemOffNormalAlarmType_ShelvingState_TimedShelve Property
              • SystemOffNormalAlarmType_ShelvingState_Unshelve Property
              • TargetVariablesType_AddTargetVariables Property
              • TargetVariablesType_RemoveTargetVariables Property
              • TemporaryFileTransferType_CloseAndCommit Property
              • TemporaryFileTransferType_GenerateFileForRead Property
              • TemporaryFileTransferType_GenerateFileForWrite Property
              • TemporaryFileTransferType_TransferState_Placeholder_Reset Property
              • TripAlarmType_ShelvingState_OneShotShelve Property
              • TripAlarmType_ShelvingState_TimedShelve Property
              • TripAlarmType_ShelvingState_Unshelve Property
              • TrustListType_AddCertificate Property
              • TrustListType_CloseAndUpdate Property
              • TrustListType_OpenWithMasks Property
              • TrustListType_RemoveCertificate Property
              • WellKnownRole_Anonymous_AddApplication Property
              • WellKnownRole_Anonymous_AddEndpoint Property
              • WellKnownRole_Anonymous_AddIdentity Property
              • WellKnownRole_Anonymous_RemoveApplication Property
              • WellKnownRole_Anonymous_RemoveEndpoint Property
              • WellKnownRole_Anonymous_RemoveIdentity Property
              • WellKnownRole_AuthenticatedUser_AddApplication Property
              • WellKnownRole_AuthenticatedUser_AddEndpoint Property
              • WellKnownRole_AuthenticatedUser_AddIdentity Property
              • WellKnownRole_AuthenticatedUser_RemoveApplication Property
              • WellKnownRole_AuthenticatedUser_RemoveEndpoint Property
              • WellKnownRole_AuthenticatedUser_RemoveIdentity Property
              • WellKnownRole_ConfigureAdmin_AddApplication Property
              • WellKnownRole_ConfigureAdmin_AddEndpoint Property
              • WellKnownRole_ConfigureAdmin_AddIdentity Property
              • WellKnownRole_ConfigureAdmin_RemoveApplication Property
              • WellKnownRole_ConfigureAdmin_RemoveEndpoint Property
              • WellKnownRole_ConfigureAdmin_RemoveIdentity Property
              • WellKnownRole_Engineer_AddApplication Property
              • WellKnownRole_Engineer_AddEndpoint Property
              • WellKnownRole_Engineer_AddIdentity Property
              • WellKnownRole_Engineer_RemoveApplication Property
              • WellKnownRole_Engineer_RemoveEndpoint Property
              • WellKnownRole_Engineer_RemoveIdentity Property
              • WellKnownRole_Observer_AddApplication Property
              • WellKnownRole_Observer_AddEndpoint Property
              • WellKnownRole_Observer_AddIdentity Property
              • WellKnownRole_Observer_RemoveApplication Property
              • WellKnownRole_Observer_RemoveEndpoint Property
              • WellKnownRole_Observer_RemoveIdentity Property
              • WellKnownRole_Operator_AddApplication Property
              • WellKnownRole_Operator_AddEndpoint Property
              • WellKnownRole_Operator_AddIdentity Property
              • WellKnownRole_Operator_RemoveApplication Property
              • WellKnownRole_Operator_RemoveEndpoint Property
              • WellKnownRole_Operator_RemoveIdentity Property
              • WellKnownRole_SecurityAdmin_AddApplication Property
              • WellKnownRole_SecurityAdmin_AddEndpoint Property
              • WellKnownRole_SecurityAdmin_AddIdentity Property
              • WellKnownRole_SecurityAdmin_RemoveApplication Property
              • WellKnownRole_SecurityAdmin_RemoveEndpoint Property
              • WellKnownRole_SecurityAdmin_RemoveIdentity Property
              • WellKnownRole_Supervisor_AddApplication Property
              • WellKnownRole_Supervisor_AddEndpoint Property
              • WellKnownRole_Supervisor_AddIdentity Property
              • WellKnownRole_Supervisor_RemoveApplication Property
              • WellKnownRole_Supervisor_RemoveEndpoint Property
              • WellKnownRole_Supervisor_RemoveIdentity Property
              • WriterGroupType_AddDataSetWriter Property
              • WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Reset Property
              • WriterGroupType_Diagnostics_Reset Property
              • WriterGroupType_RemoveDataSetWriter Property
          • UAObjectIds
            • Overview
            • Members
            • Properties
              • ActivateSessionRequest_Encoding_DefaultBinary Property
              • ActivateSessionRequest_Encoding_DefaultJson Property
              • ActivateSessionRequest_Encoding_DefaultXml Property
              • ActivateSessionResponse_Encoding_DefaultBinary Property
              • ActivateSessionResponse_Encoding_DefaultJson Property
              • ActivateSessionResponse_Encoding_DefaultXml Property
              • AdditionalParametersType_Encoding_DefaultBinary Property
              • AdditionalParametersType_Encoding_DefaultJson Property
              • AdditionalParametersType_Encoding_DefaultXml Property
              • AddNodesItem_Encoding_DefaultBinary Property
              • AddNodesItem_Encoding_DefaultJson Property
              • AddNodesItem_Encoding_DefaultXml Property
              • AddNodesRequest_Encoding_DefaultBinary Property
              • AddNodesRequest_Encoding_DefaultJson Property
              • AddNodesRequest_Encoding_DefaultXml Property
              • AddNodesResponse_Encoding_DefaultBinary Property
              • AddNodesResponse_Encoding_DefaultJson Property
              • AddNodesResponse_Encoding_DefaultXml Property
              • AddNodesResult_Encoding_DefaultBinary Property
              • AddNodesResult_Encoding_DefaultJson Property
              • AddNodesResult_Encoding_DefaultXml Property
              • AddReferencesItem_Encoding_DefaultBinary Property
              • AddReferencesItem_Encoding_DefaultJson Property
              • AddReferencesItem_Encoding_DefaultXml Property
              • AddReferencesRequest_Encoding_DefaultBinary Property
              • AddReferencesRequest_Encoding_DefaultJson Property
              • AddReferencesRequest_Encoding_DefaultXml Property
              • AddReferencesResponse_Encoding_DefaultBinary Property
              • AddReferencesResponse_Encoding_DefaultJson Property
              • AddReferencesResponse_Encoding_DefaultXml Property
              • AggregateConfiguration_Encoding_DefaultBinary Property
              • AggregateConfiguration_Encoding_DefaultJson Property
              • AggregateConfiguration_Encoding_DefaultXml Property
              • AggregateFilter_Encoding_DefaultBinary Property
              • AggregateFilter_Encoding_DefaultJson Property
              • AggregateFilter_Encoding_DefaultXml Property
              • AggregateFilterResult_Encoding_DefaultBinary Property
              • AggregateFilterResult_Encoding_DefaultJson Property
              • AggregateFilterResult_Encoding_DefaultXml Property
              • AggregateFunction_AnnotationCount Property
              • AggregateFunction_Average Property
              • AggregateFunction_Count Property
              • AggregateFunction_Delta Property
              • AggregateFunction_DeltaBounds Property
              • AggregateFunction_DurationBad Property
              • AggregateFunction_DurationGood Property
              • AggregateFunction_DurationInStateNonZero Property
              • AggregateFunction_DurationInStateZero Property
              • AggregateFunction_End Property
              • AggregateFunction_EndBound Property
              • AggregateFunction_Interpolative Property
              • AggregateFunction_Maximum Property
              • AggregateFunction_Maximum2 Property
              • AggregateFunction_MaximumActualTime Property
              • AggregateFunction_MaximumActualTime2 Property
              • AggregateFunction_Minimum Property
              • AggregateFunction_Minimum2 Property
              • AggregateFunction_MinimumActualTime Property
              • AggregateFunction_MinimumActualTime2 Property
              • AggregateFunction_NumberOfTransitions Property
              • AggregateFunction_PercentBad Property
              • AggregateFunction_PercentGood Property
              • AggregateFunction_Range Property
              • AggregateFunction_Range2 Property
              • AggregateFunction_StandardDeviationPopulation Property
              • AggregateFunction_StandardDeviationSample Property
              • AggregateFunction_Start Property
              • AggregateFunction_StartBound Property
              • AggregateFunction_TimeAverage Property
              • AggregateFunction_TimeAverage2 Property
              • AggregateFunction_Total Property
              • AggregateFunction_Total2 Property
              • AggregateFunction_VariancePopulation Property
              • AggregateFunction_VarianceSample Property
              • AggregateFunction_WorstQuality Property
              • AggregateFunction_WorstQuality2 Property
              • AlarmConditionType_AlarmGroup_Placeholder Property
              • AlarmConditionType_FirstInGroup Property
              • AlarmConditionType_ShelvingState Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder Property
              • Annotation_Encoding_DefaultBinary Property
              • Annotation_Encoding_DefaultJson Property
              • Annotation_Encoding_DefaultXml Property
              • AnonymousIdentityToken_Encoding_DefaultBinary Property
              • AnonymousIdentityToken_Encoding_DefaultJson Property
              • AnonymousIdentityToken_Encoding_DefaultXml Property
              • ApplicationDescription_Encoding_DefaultBinary Property
              • ApplicationDescription_Encoding_DefaultJson Property
              • ApplicationDescription_Encoding_DefaultXml Property
              • Argument_Encoding_DefaultBinary Property
              • Argument_Encoding_DefaultJson Property
              • Argument_Encoding_DefaultXml Property
              • AttributeOperand_Encoding_DefaultBinary Property
              • AttributeOperand_Encoding_DefaultJson Property
              • AttributeOperand_Encoding_DefaultXml Property
              • AuthorizationServices Property
              • AxisInformation_Encoding_DefaultBinary Property
              • AxisInformation_Encoding_DefaultJson Property
              • AxisInformation_Encoding_DefaultXml Property
              • BrokerConnectionTransportDataType_Encoding_DefaultBinary Property
              • BrokerConnectionTransportDataType_Encoding_DefaultJson Property
              • BrokerConnectionTransportDataType_Encoding_DefaultXml Property
              • BrokerDataSetReaderTransportDataType_Encoding_DefaultBinary Property
              • BrokerDataSetReaderTransportDataType_Encoding_DefaultJson Property
              • BrokerDataSetReaderTransportDataType_Encoding_DefaultXml Property
              • BrokerDataSetWriterTransportDataType_Encoding_DefaultBinary Property
              • BrokerDataSetWriterTransportDataType_Encoding_DefaultJson Property
              • BrokerDataSetWriterTransportDataType_Encoding_DefaultXml Property
              • BrokerWriterGroupTransportDataType_Encoding_DefaultBinary Property
              • BrokerWriterGroupTransportDataType_Encoding_DefaultJson Property
              • BrokerWriterGroupTransportDataType_Encoding_DefaultXml Property
              • BrowseDescription_Encoding_DefaultBinary Property
              • BrowseDescription_Encoding_DefaultJson Property
              • BrowseDescription_Encoding_DefaultXml Property
              • BrowseNextRequest_Encoding_DefaultBinary Property
              • BrowseNextRequest_Encoding_DefaultJson Property
              • BrowseNextRequest_Encoding_DefaultXml Property
              • BrowseNextResponse_Encoding_DefaultBinary Property
              • BrowseNextResponse_Encoding_DefaultJson Property
              • BrowseNextResponse_Encoding_DefaultXml Property
              • BrowsePath_Encoding_DefaultBinary Property
              • BrowsePath_Encoding_DefaultJson Property
              • BrowsePath_Encoding_DefaultXml Property
              • BrowsePathResult_Encoding_DefaultBinary Property
              • BrowsePathResult_Encoding_DefaultJson Property
              • BrowsePathResult_Encoding_DefaultXml Property
              • BrowsePathTarget_Encoding_DefaultBinary Property
              • BrowsePathTarget_Encoding_DefaultJson Property
              • BrowsePathTarget_Encoding_DefaultXml Property
              • BrowseRequest_Encoding_DefaultBinary Property
              • BrowseRequest_Encoding_DefaultJson Property
              • BrowseRequest_Encoding_DefaultXml Property
              • BrowseResponse_Encoding_DefaultBinary Property
              • BrowseResponse_Encoding_DefaultJson Property
              • BrowseResponse_Encoding_DefaultXml Property
              • BrowseResult_Encoding_DefaultBinary Property
              • BrowseResult_Encoding_DefaultJson Property
              • BrowseResult_Encoding_DefaultXml Property
              • BuildInfo_Encoding_DefaultBinary Property
              • BuildInfo_Encoding_DefaultJson Property
              • BuildInfo_Encoding_DefaultXml Property
              • CallMethodRequest_Encoding_DefaultBinary Property
              • CallMethodRequest_Encoding_DefaultJson Property
              • CallMethodRequest_Encoding_DefaultXml Property
              • CallMethodResult_Encoding_DefaultBinary Property
              • CallMethodResult_Encoding_DefaultJson Property
              • CallMethodResult_Encoding_DefaultXml Property
              • CallRequest_Encoding_DefaultBinary Property
              • CallRequest_Encoding_DefaultJson Property
              • CallRequest_Encoding_DefaultXml Property
              • CallResponse_Encoding_DefaultBinary Property
              • CallResponse_Encoding_DefaultJson Property
              • CallResponse_Encoding_DefaultXml Property
              • CancelRequest_Encoding_DefaultBinary Property
              • CancelRequest_Encoding_DefaultJson Property
              • CancelRequest_Encoding_DefaultXml Property
              • CancelResponse_Encoding_DefaultBinary Property
              • CancelResponse_Encoding_DefaultJson Property
              • CancelResponse_Encoding_DefaultXml Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList Property
              • CertificateGroupFolderType_DefaultApplicationGroup Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList Property
              • CertificateGroupFolderType_DefaultHttpsGroup Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList Property
              • CertificateGroupFolderType_DefaultUserTokenGroup Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList Property
              • CertificateGroupType_TrustList Property
              • ChannelSecurityToken_Encoding_DefaultBinary Property
              • ChannelSecurityToken_Encoding_DefaultJson Property
              • ChannelSecurityToken_Encoding_DefaultXml Property
              • CloseSecureChannelRequest_Encoding_DefaultBinary Property
              • CloseSecureChannelRequest_Encoding_DefaultJson Property
              • CloseSecureChannelRequest_Encoding_DefaultXml Property
              • CloseSecureChannelResponse_Encoding_DefaultBinary Property
              • CloseSecureChannelResponse_Encoding_DefaultJson Property
              • CloseSecureChannelResponse_Encoding_DefaultXml Property
              • CloseSessionRequest_Encoding_DefaultBinary Property
              • CloseSessionRequest_Encoding_DefaultJson Property
              • CloseSessionRequest_Encoding_DefaultXml Property
              • CloseSessionResponse_Encoding_DefaultBinary Property
              • CloseSessionResponse_Encoding_DefaultJson Property
              • CloseSessionResponse_Encoding_DefaultXml Property
              • ComplexNumberType_Encoding_DefaultBinary Property
              • ComplexNumberType_Encoding_DefaultJson Property
              • ComplexNumberType_Encoding_DefaultXml Property
              • ConfigurationVersionDataType_Encoding_DefaultBinary Property
              • ConfigurationVersionDataType_Encoding_DefaultJson Property
              • ConfigurationVersionDataType_Encoding_DefaultXml Property
              • ConnectionTransportDataType_Encoding_DefaultBinary Property
              • ConnectionTransportDataType_Encoding_DefaultJson Property
              • ConnectionTransportDataType_Encoding_DefaultXml Property
              • ContentFilter_Encoding_DefaultBinary Property
              • ContentFilter_Encoding_DefaultJson Property
              • ContentFilter_Encoding_DefaultXml Property
              • ContentFilterElement_Encoding_DefaultBinary Property
              • ContentFilterElement_Encoding_DefaultJson Property
              • ContentFilterElement_Encoding_DefaultXml Property
              • ContentFilterElementResult_Encoding_DefaultBinary Property
              • ContentFilterElementResult_Encoding_DefaultJson Property
              • ContentFilterElementResult_Encoding_DefaultXml Property
              • ContentFilterResult_Encoding_DefaultBinary Property
              • ContentFilterResult_Encoding_DefaultJson Property
              • ContentFilterResult_Encoding_DefaultXml Property
              • CreateMonitoredItemsRequest_Encoding_DefaultBinary Property
              • CreateMonitoredItemsRequest_Encoding_DefaultJson Property
              • CreateMonitoredItemsRequest_Encoding_DefaultXml Property
              • CreateMonitoredItemsResponse_Encoding_DefaultBinary Property
              • CreateMonitoredItemsResponse_Encoding_DefaultJson Property
              • CreateMonitoredItemsResponse_Encoding_DefaultXml Property
              • CreateSessionRequest_Encoding_DefaultBinary Property
              • CreateSessionRequest_Encoding_DefaultJson Property
              • CreateSessionRequest_Encoding_DefaultXml Property
              • CreateSessionResponse_Encoding_DefaultBinary Property
              • CreateSessionResponse_Encoding_DefaultJson Property
              • CreateSessionResponse_Encoding_DefaultXml Property
              • CreateSubscriptionRequest_Encoding_DefaultBinary Property
              • CreateSubscriptionRequest_Encoding_DefaultJson Property
              • CreateSubscriptionRequest_Encoding_DefaultXml Property
              • CreateSubscriptionResponse_Encoding_DefaultBinary Property
              • CreateSubscriptionResponse_Encoding_DefaultJson Property
              • CreateSubscriptionResponse_Encoding_DefaultXml Property
              • DataChangeFilter_Encoding_DefaultBinary Property
              • DataChangeFilter_Encoding_DefaultJson Property
              • DataChangeFilter_Encoding_DefaultXml Property
              • DataChangeNotification_Encoding_DefaultBinary Property
              • DataChangeNotification_Encoding_DefaultJson Property
              • DataChangeNotification_Encoding_DefaultXml Property
              • DatagramConnectionTransportDataType_Encoding_DefaultBinary Property
              • DatagramConnectionTransportDataType_Encoding_DefaultJson Property
              • DatagramConnectionTransportDataType_Encoding_DefaultXml Property
              • DatagramConnectionTransportType_DiscoveryAddress Property
              • DatagramWriterGroupTransportDataType_Encoding_DefaultBinary Property
              • DatagramWriterGroupTransportDataType_Encoding_DefaultJson Property
              • DatagramWriterGroupTransportDataType_Encoding_DefaultXml Property
              • DataSetFolderType_DataSetFolderName_Placeholder Property
              • DataSetFolderType_PublishedDataSetName_Placeholder Property
              • DataSetMetaDataType_Encoding_DefaultBinary Property
              • DataSetMetaDataType_Encoding_DefaultJson Property
              • DataSetMetaDataType_Encoding_DefaultXml Property
              • DataSetReaderDataType_Encoding_DefaultBinary Property
              • DataSetReaderDataType_Encoding_DefaultJson Property
              • DataSetReaderDataType_Encoding_DefaultXml Property
              • DataSetReaderMessageDataType_Encoding_DefaultBinary Property
              • DataSetReaderMessageDataType_Encoding_DefaultJson Property
              • DataSetReaderMessageDataType_Encoding_DefaultXml Property
              • DataSetReaderTransportDataType_Encoding_DefaultBinary Property
              • DataSetReaderTransportDataType_Encoding_DefaultJson Property
              • DataSetReaderTransportDataType_Encoding_DefaultXml Property
              • DataSetReaderType_Diagnostics Property
              • DataSetReaderType_Diagnostics_Counters Property
              • DataSetReaderType_Diagnostics_LiveValues Property
              • DataSetReaderType_MessageSettings Property
              • DataSetReaderType_Status Property
              • DataSetReaderType_SubscribedDataSet Property
              • DataSetReaderType_TransportSettings Property
              • DataSetWriterDataType_Encoding_DefaultBinary Property
              • DataSetWriterDataType_Encoding_DefaultJson Property
              • DataSetWriterDataType_Encoding_DefaultXml Property
              • DataSetWriterMessageDataType_Encoding_DefaultBinary Property
              • DataSetWriterMessageDataType_Encoding_DefaultJson Property
              • DataSetWriterMessageDataType_Encoding_DefaultXml Property
              • DataSetWriterTransportDataType_Encoding_DefaultBinary Property
              • DataSetWriterTransportDataType_Encoding_DefaultJson Property
              • DataSetWriterTransportDataType_Encoding_DefaultXml Property
              • DataSetWriterType_Diagnostics Property
              • DataSetWriterType_Diagnostics_Counters Property
              • DataSetWriterType_Diagnostics_LiveValues Property
              • DataSetWriterType_MessageSettings Property
              • DataSetWriterType_Status Property
              • DataSetWriterType_TransportSettings Property
              • DataTypeAttributes_Encoding_DefaultBinary Property
              • DataTypeAttributes_Encoding_DefaultJson Property
              • DataTypeAttributes_Encoding_DefaultXml Property
              • DataTypeDefinition_Encoding_DefaultBinary Property
              • DataTypeDefinition_Encoding_DefaultJson Property
              • DataTypeDefinition_Encoding_DefaultXml Property
              • DataTypeDescription_Encoding_DefaultBinary Property
              • DataTypeDescription_Encoding_DefaultJson Property
              • DataTypeDescription_Encoding_DefaultXml Property
              • DataTypeNode_Encoding_DefaultBinary Property
              • DataTypeNode_Encoding_DefaultJson Property
              • DataTypeNode_Encoding_DefaultXml Property
              • DataTypes Property
              • DataTypeSchemaHeader_Encoding_DefaultBinary Property
              • DataTypeSchemaHeader_Encoding_DefaultJson Property
              • DataTypeSchemaHeader_Encoding_DefaultXml Property
              • DataTypesFolder Property
              • DecimalDataType_Encoding_DefaultBinary Property
              • DecimalDataType_Encoding_DefaultJson Property
              • DecimalDataType_Encoding_DefaultXml Property
              • DefaultBinary Property
              • DefaultXml Property
              • DeleteAtTimeDetails_Encoding_DefaultBinary Property
              • DeleteAtTimeDetails_Encoding_DefaultJson Property
              • DeleteAtTimeDetails_Encoding_DefaultXml Property
              • DeleteEventDetails_Encoding_DefaultBinary Property
              • DeleteEventDetails_Encoding_DefaultJson Property
              • DeleteEventDetails_Encoding_DefaultXml Property
              • DeleteMonitoredItemsRequest_Encoding_DefaultBinary Property
              • DeleteMonitoredItemsRequest_Encoding_DefaultJson Property
              • DeleteMonitoredItemsRequest_Encoding_DefaultXml Property
              • DeleteMonitoredItemsResponse_Encoding_DefaultBinary Property
              • DeleteMonitoredItemsResponse_Encoding_DefaultJson Property
              • DeleteMonitoredItemsResponse_Encoding_DefaultXml Property
              • DeleteNodesItem_Encoding_DefaultBinary Property
              • DeleteNodesItem_Encoding_DefaultJson Property
              • DeleteNodesItem_Encoding_DefaultXml Property
              • DeleteNodesRequest_Encoding_DefaultBinary Property
              • DeleteNodesRequest_Encoding_DefaultJson Property
              • DeleteNodesRequest_Encoding_DefaultXml Property
              • DeleteNodesResponse_Encoding_DefaultBinary Property
              • DeleteNodesResponse_Encoding_DefaultJson Property
              • DeleteNodesResponse_Encoding_DefaultXml Property
              • DeleteRawModifiedDetails_Encoding_DefaultBinary Property
              • DeleteRawModifiedDetails_Encoding_DefaultJson Property
              • DeleteRawModifiedDetails_Encoding_DefaultXml Property
              • DeleteReferencesItem_Encoding_DefaultBinary Property
              • DeleteReferencesItem_Encoding_DefaultJson Property
              • DeleteReferencesItem_Encoding_DefaultXml Property
              • DeleteReferencesRequest_Encoding_DefaultBinary Property
              • DeleteReferencesRequest_Encoding_DefaultJson Property
              • DeleteReferencesRequest_Encoding_DefaultXml Property
              • DeleteReferencesResponse_Encoding_DefaultBinary Property
              • DeleteReferencesResponse_Encoding_DefaultJson Property
              • DeleteReferencesResponse_Encoding_DefaultXml Property
              • DeleteSubscriptionsRequest_Encoding_DefaultBinary Property
              • DeleteSubscriptionsRequest_Encoding_DefaultJson Property
              • DeleteSubscriptionsRequest_Encoding_DefaultXml Property
              • DeleteSubscriptionsResponse_Encoding_DefaultBinary Property
              • DeleteSubscriptionsResponse_Encoding_DefaultJson Property
              • DeleteSubscriptionsResponse_Encoding_DefaultXml Property
              • DiscoveryConfiguration_Encoding_DefaultBinary Property
              • DiscoveryConfiguration_Encoding_DefaultJson Property
              • DiscoveryConfiguration_Encoding_DefaultXml Property
              • DoubleComplexNumberType_Encoding_DefaultBinary Property
              • DoubleComplexNumberType_Encoding_DefaultJson Property
              • DoubleComplexNumberType_Encoding_DefaultXml Property
              • ElementOperand_Encoding_DefaultBinary Property
              • ElementOperand_Encoding_DefaultJson Property
              • ElementOperand_Encoding_DefaultXml Property
              • EndpointConfiguration_Encoding_DefaultBinary Property
              • EndpointConfiguration_Encoding_DefaultJson Property
              • EndpointConfiguration_Encoding_DefaultXml Property
              • EndpointDescription_Encoding_DefaultBinary Property
              • EndpointDescription_Encoding_DefaultJson Property
              • EndpointDescription_Encoding_DefaultXml Property
              • EndpointType_Encoding_DefaultBinary Property
              • EndpointType_Encoding_DefaultJson Property
              • EndpointType_Encoding_DefaultXml Property
              • EndpointUrlListDataType_Encoding_DefaultBinary Property
              • EndpointUrlListDataType_Encoding_DefaultJson Property
              • EndpointUrlListDataType_Encoding_DefaultXml Property
              • EnumDefinition_Encoding_DefaultBinary Property
              • EnumDefinition_Encoding_DefaultJson Property
              • EnumDefinition_Encoding_DefaultXml Property
              • EnumDescription_Encoding_DefaultBinary Property
              • EnumDescription_Encoding_DefaultJson Property
              • EnumDescription_Encoding_DefaultXml Property
              • EnumField_Encoding_DefaultBinary Property
              • EnumField_Encoding_DefaultJson Property
              • EnumField_Encoding_DefaultXml Property
              • EnumValueType_Encoding_DefaultBinary Property
              • EnumValueType_Encoding_DefaultJson Property
              • EnumValueType_Encoding_DefaultXml Property
              • EphemeralKeyType_Encoding_DefaultBinary Property
              • EphemeralKeyType_Encoding_DefaultJson Property
              • EphemeralKeyType_Encoding_DefaultXml Property
              • EUInformation_Encoding_DefaultBinary Property
              • EUInformation_Encoding_DefaultJson Property
              • EUInformation_Encoding_DefaultXml Property
              • EventFieldList_Encoding_DefaultBinary Property
              • EventFieldList_Encoding_DefaultJson Property
              • EventFieldList_Encoding_DefaultXml Property
              • EventFilter_Encoding_DefaultBinary Property
              • EventFilter_Encoding_DefaultJson Property
              • EventFilter_Encoding_DefaultXml Property
              • EventFilterResult_Encoding_DefaultBinary Property
              • EventFilterResult_Encoding_DefaultJson Property
              • EventFilterResult_Encoding_DefaultXml Property
              • EventNotificationList_Encoding_DefaultBinary Property
              • EventNotificationList_Encoding_DefaultJson Property
              • EventNotificationList_Encoding_DefaultXml Property
              • EventTypes Property
              • EventTypesFolder Property
              • ExclusiveLimitAlarmType_LimitState Property
              • ExclusiveLimitStateMachineType_High Property
              • ExclusiveLimitStateMachineType_HighHigh Property
              • ExclusiveLimitStateMachineType_HighHighToHigh Property
              • ExclusiveLimitStateMachineType_HighToHighHigh Property
              • ExclusiveLimitStateMachineType_Low Property
              • ExclusiveLimitStateMachineType_LowLow Property
              • ExclusiveLimitStateMachineType_LowLowToLow Property
              • ExclusiveLimitStateMachineType_LowToLowLow Property
              • FieldMetaData_Encoding_DefaultBinary Property
              • FieldMetaData_Encoding_DefaultJson Property
              • FieldMetaData_Encoding_DefaultXml Property
              • FieldTargetDataType_Encoding_DefaultBinary Property
              • FieldTargetDataType_Encoding_DefaultJson Property
              • FieldTargetDataType_Encoding_DefaultXml Property
              • FileDirectoryType_FileDirectoryName_Placeholder Property
              • FileDirectoryType_FileName_Placeholder Property
              • FileSystem Property
              • FileTransferStateMachineType_ApplyWrite Property
              • FileTransferStateMachineType_ApplyWriteToError Property
              • FileTransferStateMachineType_ApplyWriteToIdle Property
              • FileTransferStateMachineType_Error Property
              • FileTransferStateMachineType_ErrorToIdle Property
              • FileTransferStateMachineType_Idle Property
              • FileTransferStateMachineType_IdleToApplyWrite Property
              • FileTransferStateMachineType_IdleToReadPrepare Property
              • FileTransferStateMachineType_ReadPrepare Property
              • FileTransferStateMachineType_ReadPrepareToError Property
              • FileTransferStateMachineType_ReadPrepareToReadTransfer Property
              • FileTransferStateMachineType_ReadTransfer Property
              • FileTransferStateMachineType_ReadTransferToError Property
              • FileTransferStateMachineType_ReadTransferToIdle Property
              • FilterOperand_Encoding_DefaultBinary Property
              • FilterOperand_Encoding_DefaultJson Property
              • FilterOperand_Encoding_DefaultXml Property
              • FindServersOnNetworkRequest_Encoding_DefaultBinary Property
              • FindServersOnNetworkRequest_Encoding_DefaultJson Property
              • FindServersOnNetworkRequest_Encoding_DefaultXml Property
              • FindServersOnNetworkResponse_Encoding_DefaultBinary Property
              • FindServersOnNetworkResponse_Encoding_DefaultJson Property
              • FindServersOnNetworkResponse_Encoding_DefaultXml Property
              • FindServersRequest_Encoding_DefaultBinary Property
              • FindServersRequest_Encoding_DefaultJson Property
              • FindServersRequest_Encoding_DefaultXml Property
              • FindServersResponse_Encoding_DefaultBinary Property
              • FindServersResponse_Encoding_DefaultJson Property
              • FindServersResponse_Encoding_DefaultXml Property
              • GenericAttributes_Encoding_DefaultBinary Property
              • GenericAttributes_Encoding_DefaultJson Property
              • GenericAttributes_Encoding_DefaultXml Property
              • GenericAttributeValue_Encoding_DefaultBinary Property
              • GenericAttributeValue_Encoding_DefaultJson Property
              • GenericAttributeValue_Encoding_DefaultXml Property
              • GetEndpointsRequest_Encoding_DefaultBinary Property
              • GetEndpointsRequest_Encoding_DefaultJson Property
              • GetEndpointsRequest_Encoding_DefaultXml Property
              • GetEndpointsResponse_Encoding_DefaultBinary Property
              • GetEndpointsResponse_Encoding_DefaultJson Property
              • GetEndpointsResponse_Encoding_DefaultXml Property
              • HAConfiguration Property
              • HAConfiguration_AggregateConfiguration Property
              • HistoricalDataConfigurationType_AggregateConfiguration Property
              • HistoricalDataConfigurationType_AggregateFunctions Property
              • HistoryData_Encoding_DefaultBinary Property
              • HistoryData_Encoding_DefaultJson Property
              • HistoryData_Encoding_DefaultXml Property
              • HistoryEvent_Encoding_DefaultBinary Property
              • HistoryEvent_Encoding_DefaultJson Property
              • HistoryEvent_Encoding_DefaultXml Property
              • HistoryEventFieldList_Encoding_DefaultBinary Property
              • HistoryEventFieldList_Encoding_DefaultJson Property
              • HistoryEventFieldList_Encoding_DefaultXml Property
              • HistoryModifiedData_Encoding_DefaultBinary Property
              • HistoryModifiedData_Encoding_DefaultJson Property
              • HistoryModifiedData_Encoding_DefaultXml Property
              • HistoryReadDetails_Encoding_DefaultBinary Property
              • HistoryReadDetails_Encoding_DefaultJson Property
              • HistoryReadDetails_Encoding_DefaultXml Property
              • HistoryReadRequest_Encoding_DefaultBinary Property
              • HistoryReadRequest_Encoding_DefaultJson Property
              • HistoryReadRequest_Encoding_DefaultXml Property
              • HistoryReadResponse_Encoding_DefaultBinary Property
              • HistoryReadResponse_Encoding_DefaultJson Property
              • HistoryReadResponse_Encoding_DefaultXml Property
              • HistoryReadResult_Encoding_DefaultBinary Property
              • HistoryReadResult_Encoding_DefaultJson Property
              • HistoryReadResult_Encoding_DefaultXml Property
              • HistoryReadValueId_Encoding_DefaultBinary Property
              • HistoryReadValueId_Encoding_DefaultJson Property
              • HistoryReadValueId_Encoding_DefaultXml Property
              • HistoryServerCapabilities Property
              • HistoryServerCapabilities_AggregateFunctions Property
              • HistoryServerCapabilitiesType_AggregateFunctions Property
              • HistoryUpdateDetails_Encoding_DefaultBinary Property
              • HistoryUpdateDetails_Encoding_DefaultJson Property
              • HistoryUpdateDetails_Encoding_DefaultXml Property
              • HistoryUpdateRequest_Encoding_DefaultBinary Property
              • HistoryUpdateRequest_Encoding_DefaultJson Property
              • HistoryUpdateRequest_Encoding_DefaultXml Property
              • HistoryUpdateResponse_Encoding_DefaultBinary Property
              • HistoryUpdateResponse_Encoding_DefaultJson Property
              • HistoryUpdateResponse_Encoding_DefaultXml Property
              • HistoryUpdateResult_Encoding_DefaultBinary Property
              • HistoryUpdateResult_Encoding_DefaultJson Property
              • HistoryUpdateResult_Encoding_DefaultXml Property
              • IdentityMappingRuleType_Encoding_DefaultBinary Property
              • IdentityMappingRuleType_Encoding_DefaultJson Property
              • IdentityMappingRuleType_Encoding_DefaultXml Property
              • InstanceNode_Encoding_DefaultBinary Property
              • InstanceNode_Encoding_DefaultJson Property
              • InstanceNode_Encoding_DefaultXml Property
              • IssuedIdentityToken_Encoding_DefaultBinary Property
              • IssuedIdentityToken_Encoding_DefaultJson Property
              • IssuedIdentityToken_Encoding_DefaultXml Property
              • JsonDataSetReaderMessageDataType_Encoding_DefaultBinary Property
              • JsonDataSetReaderMessageDataType_Encoding_DefaultJson Property
              • JsonDataSetReaderMessageDataType_Encoding_DefaultXml Property
              • JsonDataSetWriterMessageDataType_Encoding_DefaultBinary Property
              • JsonDataSetWriterMessageDataType_Encoding_DefaultJson Property
              • JsonDataSetWriterMessageDataType_Encoding_DefaultXml Property
              • JsonWriterGroupMessageDataType_Encoding_DefaultBinary Property
              • JsonWriterGroupMessageDataType_Encoding_DefaultJson Property
              • JsonWriterGroupMessageDataType_Encoding_DefaultXml Property
              • KeyCredentialConfiguration Property
              • KeyCredentialConfigurationFolderType_ServiceName_Placeholder Property
              • KeyValuePair_Encoding_DefaultBinary Property
              • KeyValuePair_Encoding_DefaultJson Property
              • KeyValuePair_Encoding_DefaultXml Property
              • LiteralOperand_Encoding_DefaultBinary Property
              • LiteralOperand_Encoding_DefaultJson Property
              • LiteralOperand_Encoding_DefaultXml Property
              • MdnsDiscoveryConfiguration_Encoding_DefaultBinary Property
              • MdnsDiscoveryConfiguration_Encoding_DefaultJson Property
              • MdnsDiscoveryConfiguration_Encoding_DefaultXml Property
              • MethodAttributes_Encoding_DefaultBinary Property
              • MethodAttributes_Encoding_DefaultJson Property
              • MethodAttributes_Encoding_DefaultXml Property
              • MethodNode_Encoding_DefaultBinary Property
              • MethodNode_Encoding_DefaultJson Property
              • MethodNode_Encoding_DefaultXml Property
              • ModelChangeStructureDataType_Encoding_DefaultBinary Property
              • ModelChangeStructureDataType_Encoding_DefaultJson Property
              • ModelChangeStructureDataType_Encoding_DefaultXml Property
              • ModellingRule_ExposesItsArray Property
              • ModellingRule_Mandatory Property
              • ModellingRule_MandatoryPlaceholder Property
              • ModellingRule_MandatoryShared Property
              • ModellingRule_Optional Property
              • ModellingRule_OptionalPlaceholder Property
              • ModificationInfo_Encoding_DefaultBinary Property
              • ModificationInfo_Encoding_DefaultJson Property
              • ModificationInfo_Encoding_DefaultXml Property
              • ModifyMonitoredItemsRequest_Encoding_DefaultBinary Property
              • ModifyMonitoredItemsRequest_Encoding_DefaultJson Property
              • ModifyMonitoredItemsRequest_Encoding_DefaultXml Property
              • ModifyMonitoredItemsResponse_Encoding_DefaultBinary Property
              • ModifyMonitoredItemsResponse_Encoding_DefaultJson Property
              • ModifyMonitoredItemsResponse_Encoding_DefaultXml Property
              • ModifySubscriptionRequest_Encoding_DefaultBinary Property
              • ModifySubscriptionRequest_Encoding_DefaultJson Property
              • ModifySubscriptionRequest_Encoding_DefaultXml Property
              • ModifySubscriptionResponse_Encoding_DefaultBinary Property
              • ModifySubscriptionResponse_Encoding_DefaultJson Property
              • ModifySubscriptionResponse_Encoding_DefaultXml Property
              • MonitoredItemCreateRequest_Encoding_DefaultBinary Property
              • MonitoredItemCreateRequest_Encoding_DefaultJson Property
              • MonitoredItemCreateRequest_Encoding_DefaultXml Property
              • MonitoredItemCreateResult_Encoding_DefaultBinary Property
              • MonitoredItemCreateResult_Encoding_DefaultJson Property
              • MonitoredItemCreateResult_Encoding_DefaultXml Property
              • MonitoredItemModifyRequest_Encoding_DefaultBinary Property
              • MonitoredItemModifyRequest_Encoding_DefaultJson Property
              • MonitoredItemModifyRequest_Encoding_DefaultXml Property
              • MonitoredItemModifyResult_Encoding_DefaultBinary Property
              • MonitoredItemModifyResult_Encoding_DefaultJson Property
              • MonitoredItemModifyResult_Encoding_DefaultXml Property
              • MonitoredItemNotification_Encoding_DefaultBinary Property
              • MonitoredItemNotification_Encoding_DefaultJson Property
              • MonitoredItemNotification_Encoding_DefaultXml Property
              • MonitoringFilter_Encoding_DefaultBinary Property
              • MonitoringFilter_Encoding_DefaultJson Property
              • MonitoringFilter_Encoding_DefaultXml Property
              • MonitoringFilterResult_Encoding_DefaultBinary Property
              • MonitoringFilterResult_Encoding_DefaultJson Property
              • MonitoringFilterResult_Encoding_DefaultXml Property
              • MonitoringParameters_Encoding_DefaultBinary Property
              • MonitoringParameters_Encoding_DefaultJson Property
              • MonitoringParameters_Encoding_DefaultXml Property
              • NamespaceMetadataType_NamespaceFile Property
              • NamespacesType_NamespaceIdentifier_Placeholder Property
              • NetworkAddressDataType_Encoding_DefaultBinary Property
              • NetworkAddressDataType_Encoding_DefaultJson Property
              • NetworkAddressDataType_Encoding_DefaultXml Property
              • NetworkAddressUrlDataType_Encoding_DefaultBinary Property
              • NetworkAddressUrlDataType_Encoding_DefaultJson Property
              • NetworkAddressUrlDataType_Encoding_DefaultXml Property
              • NetworkGroupDataType_Encoding_DefaultBinary Property
              • NetworkGroupDataType_Encoding_DefaultJson Property
              • NetworkGroupDataType_Encoding_DefaultXml Property
              • Node_Encoding_DefaultBinary Property
              • Node_Encoding_DefaultJson Property
              • Node_Encoding_DefaultXml Property
              • NodeAttributes_Encoding_DefaultBinary Property
              • NodeAttributes_Encoding_DefaultJson Property
              • NodeAttributes_Encoding_DefaultXml Property
              • NodeReference_Encoding_DefaultBinary Property
              • NodeReference_Encoding_DefaultJson Property
              • NodeReference_Encoding_DefaultXml Property
              • NodeTypeDescription_Encoding_DefaultBinary Property
              • NodeTypeDescription_Encoding_DefaultJson Property
              • NodeTypeDescription_Encoding_DefaultXml Property
              • NotificationData_Encoding_DefaultBinary Property
              • NotificationData_Encoding_DefaultJson Property
              • NotificationData_Encoding_DefaultXml Property
              • NotificationMessage_Encoding_DefaultBinary Property
              • NotificationMessage_Encoding_DefaultJson Property
              • NotificationMessage_Encoding_DefaultXml Property
              • ObjectAttributes_Encoding_DefaultBinary Property
              • ObjectAttributes_Encoding_DefaultJson Property
              • ObjectAttributes_Encoding_DefaultXml Property
              • ObjectNode_Encoding_DefaultBinary Property
              • ObjectNode_Encoding_DefaultJson Property
              • ObjectNode_Encoding_DefaultXml Property
              • Objects Property
              • ObjectsFolder Property
              • ObjectTypeAttributes_Encoding_DefaultBinary Property
              • ObjectTypeAttributes_Encoding_DefaultJson Property
              • ObjectTypeAttributes_Encoding_DefaultXml Property
              • ObjectTypeNode_Encoding_DefaultBinary Property
              • ObjectTypeNode_Encoding_DefaultJson Property
              • ObjectTypeNode_Encoding_DefaultXml Property
              • ObjectTypes Property
              • ObjectTypesFolder Property
              • OPCBinarySchema_TypeSystem Property
              • OPCUANamespaceMetadata Property
              • OpenSecureChannelRequest_Encoding_DefaultBinary Property
              • OpenSecureChannelRequest_Encoding_DefaultJson Property
              • OpenSecureChannelRequest_Encoding_DefaultXml Property
              • OpenSecureChannelResponse_Encoding_DefaultBinary Property
              • OpenSecureChannelResponse_Encoding_DefaultJson Property
              • OpenSecureChannelResponse_Encoding_DefaultXml Property
              • OptionSet_Encoding_DefaultBinary Property
              • OptionSet_Encoding_DefaultJson Property
              • OptionSet_Encoding_DefaultXml Property
              • ParsingResult_Encoding_DefaultBinary Property
              • ParsingResult_Encoding_DefaultJson Property
              • ParsingResult_Encoding_DefaultXml Property
              • ProgramDiagnostic2DataType_Encoding_DefaultBinary Property
              • ProgramDiagnostic2DataType_Encoding_DefaultJson Property
              • ProgramDiagnostic2DataType_Encoding_DefaultXml Property
              • ProgramDiagnosticDataType_Encoding_DefaultBinary Property
              • ProgramDiagnosticDataType_Encoding_DefaultJson Property
              • ProgramDiagnosticDataType_Encoding_DefaultXml Property
              • ProgramStateMachineType_FinalResultData Property
              • ProgramStateMachineType_Halted Property
              • ProgramStateMachineType_HaltedToReady Property
              • ProgramStateMachineType_Ready Property
              • ProgramStateMachineType_ReadyToHalted Property
              • ProgramStateMachineType_ReadyToRunning Property
              • ProgramStateMachineType_Running Property
              • ProgramStateMachineType_RunningToHalted Property
              • ProgramStateMachineType_RunningToReady Property
              • ProgramStateMachineType_RunningToSuspended Property
              • ProgramStateMachineType_Suspended Property
              • ProgramStateMachineType_SuspendedToHalted Property
              • ProgramStateMachineType_SuspendedToReady Property
              • ProgramStateMachineType_SuspendedToRunning Property
              • PublishedDataItemsDataType_Encoding_DefaultBinary Property
              • PublishedDataItemsDataType_Encoding_DefaultJson Property
              • PublishedDataItemsDataType_Encoding_DefaultXml Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Status Property
              • PublishedDataSetDataType_Encoding_DefaultBinary Property
              • PublishedDataSetDataType_Encoding_DefaultJson Property
              • PublishedDataSetDataType_Encoding_DefaultXml Property
              • PublishedDataSetSourceDataType_Encoding_DefaultBinary Property
              • PublishedDataSetSourceDataType_Encoding_DefaultJson Property
              • PublishedDataSetSourceDataType_Encoding_DefaultXml Property
              • PublishedDataSetType_DataSetWriterName_Placeholder Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_LiveValues Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Status Property
              • PublishedDataSetType_ExtensionFields Property
              • PublishedEventsDataType_Encoding_DefaultBinary Property
              • PublishedEventsDataType_Encoding_DefaultJson Property
              • PublishedEventsDataType_Encoding_DefaultXml Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Status Property
              • PublishedVariableDataType_Encoding_DefaultBinary Property
              • PublishedVariableDataType_Encoding_DefaultJson Property
              • PublishedVariableDataType_Encoding_DefaultXml Property
              • PublishRequest_Encoding_DefaultBinary Property
              • PublishRequest_Encoding_DefaultJson Property
              • PublishRequest_Encoding_DefaultXml Property
              • PublishResponse_Encoding_DefaultBinary Property
              • PublishResponse_Encoding_DefaultJson Property
              • PublishResponse_Encoding_DefaultXml Property
              • PublishSubscribe Property
              • PublishSubscribe_ConnectionName_Placeholder_Address Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_LiveValues Property
              • PublishSubscribe_ConnectionName_Placeholder_Status Property
              • PublishSubscribe_Diagnostics Property
              • PublishSubscribe_Diagnostics_Counters Property
              • PublishSubscribe_Diagnostics_LiveValues Property
              • PublishSubscribe_PublishedDataSets Property
              • PublishSubscribe_SecurityGroups Property
              • PublishSubscribe_Status Property
              • PublishSubscribeType_ConnectionName_Placeholder Property
              • PublishSubscribeType_ConnectionName_Placeholder_Address Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_LiveValues Property
              • PublishSubscribeType_ConnectionName_Placeholder_Status Property
              • PublishSubscribeType_Diagnostics Property
              • PublishSubscribeType_Diagnostics_Counters Property
              • PublishSubscribeType_Diagnostics_LiveValues Property
              • PublishSubscribeType_PublishedDataSets Property
              • PublishSubscribeType_Status Property
              • PubSubConfigurationDataType_Encoding_DefaultBinary Property
              • PubSubConfigurationDataType_Encoding_DefaultJson Property
              • PubSubConfigurationDataType_Encoding_DefaultXml Property
              • PubSubConnectionDataType_Encoding_DefaultBinary Property
              • PubSubConnectionDataType_Encoding_DefaultJson Property
              • PubSubConnectionDataType_Encoding_DefaultXml Property
              • PubSubConnectionType_Address Property
              • PubSubConnectionType_Diagnostics Property
              • PubSubConnectionType_Diagnostics_Counters Property
              • PubSubConnectionType_Diagnostics_LiveValues Property
              • PubSubConnectionType_ReaderGroupName_Placeholder Property
              • PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_Counters Property
              • PubSubConnectionType_ReaderGroupName_Placeholder_Diagnostics_LiveValues Property
              • PubSubConnectionType_ReaderGroupName_Placeholder_Status Property
              • PubSubConnectionType_Status Property
              • PubSubConnectionType_TransportSettings Property
              • PubSubConnectionType_WriterGroupName_Placeholder Property
              • PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_Counters Property
              • PubSubConnectionType_WriterGroupName_Placeholder_Diagnostics_LiveValues Property
              • PubSubConnectionType_WriterGroupName_Placeholder_Status Property
              • PubSubDiagnosticsConnectionType_LiveValues Property
              • PubSubDiagnosticsDataSetReaderType_Counters Property
              • PubSubDiagnosticsDataSetReaderType_LiveValues Property
              • PubSubDiagnosticsDataSetWriterType_Counters Property
              • PubSubDiagnosticsDataSetWriterType_LiveValues Property
              • PubSubDiagnosticsReaderGroupType_Counters Property
              • PubSubDiagnosticsReaderGroupType_LiveValues Property
              • PubSubDiagnosticsRootType_LiveValues Property
              • PubSubDiagnosticsType_Counters Property
              • PubSubDiagnosticsType_LiveValues Property
              • PubSubDiagnosticsWriterGroupType_Counters Property
              • PubSubDiagnosticsWriterGroupType_LiveValues Property
              • PubSubGroupDataType_Encoding_DefaultBinary Property
              • PubSubGroupDataType_Encoding_DefaultJson Property
              • PubSubGroupDataType_Encoding_DefaultXml Property
              • PubSubGroupType_Status Property
              • PubSubKeyServiceType_SecurityGroups Property
              • QueryDataDescription_Encoding_DefaultBinary Property
              • QueryDataDescription_Encoding_DefaultJson Property
              • QueryDataDescription_Encoding_DefaultXml Property
              • QueryDataSet_Encoding_DefaultBinary Property
              • QueryDataSet_Encoding_DefaultJson Property
              • QueryDataSet_Encoding_DefaultXml Property
              • QueryFirstRequest_Encoding_DefaultBinary Property
              • QueryFirstRequest_Encoding_DefaultJson Property
              • QueryFirstRequest_Encoding_DefaultXml Property
              • QueryFirstResponse_Encoding_DefaultBinary Property
              • QueryFirstResponse_Encoding_DefaultJson Property
              • QueryFirstResponse_Encoding_DefaultXml Property
              • QueryNextRequest_Encoding_DefaultBinary Property
              • QueryNextRequest_Encoding_DefaultJson Property
              • QueryNextRequest_Encoding_DefaultXml Property
              • QueryNextResponse_Encoding_DefaultBinary Property
              • QueryNextResponse_Encoding_DefaultJson Property
              • QueryNextResponse_Encoding_DefaultXml Property
              • Range_Encoding_DefaultBinary Property
              • Range_Encoding_DefaultJson Property
              • Range_Encoding_DefaultXml Property
              • ReadAtTimeDetails_Encoding_DefaultBinary Property
              • ReadAtTimeDetails_Encoding_DefaultJson Property
              • ReadAtTimeDetails_Encoding_DefaultXml Property
              • ReaderGroupDataType_Encoding_DefaultBinary Property
              • ReaderGroupDataType_Encoding_DefaultJson Property
              • ReaderGroupDataType_Encoding_DefaultXml Property
              • ReaderGroupMessageDataType_Encoding_DefaultBinary Property
              • ReaderGroupMessageDataType_Encoding_DefaultJson Property
              • ReaderGroupMessageDataType_Encoding_DefaultXml Property
              • ReaderGroupTransportDataType_Encoding_DefaultBinary Property
              • ReaderGroupTransportDataType_Encoding_DefaultJson Property
              • ReaderGroupTransportDataType_Encoding_DefaultXml Property
              • ReaderGroupType_DataSetReaderName_Placeholder Property
              • ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_Counters Property
              • ReaderGroupType_DataSetReaderName_Placeholder_Diagnostics_LiveValues Property
              • ReaderGroupType_DataSetReaderName_Placeholder_Status Property
              • ReaderGroupType_DataSetReaderName_Placeholder_SubscribedDataSet Property
              • ReaderGroupType_Diagnostics Property
              • ReaderGroupType_Diagnostics_Counters Property
              • ReaderGroupType_Diagnostics_LiveValues Property
              • ReaderGroupType_MessageSettings Property
              • ReaderGroupType_TransportSettings Property
              • ReadEventDetails_Encoding_DefaultBinary Property
              • ReadEventDetails_Encoding_DefaultJson Property
              • ReadEventDetails_Encoding_DefaultXml Property
              • ReadProcessedDetails_Encoding_DefaultBinary Property
              • ReadProcessedDetails_Encoding_DefaultJson Property
              • ReadProcessedDetails_Encoding_DefaultXml Property
              • ReadRawModifiedDetails_Encoding_DefaultBinary Property
              • ReadRawModifiedDetails_Encoding_DefaultJson Property
              • ReadRawModifiedDetails_Encoding_DefaultXml Property
              • ReadRequest_Encoding_DefaultBinary Property
              • ReadRequest_Encoding_DefaultJson Property
              • ReadRequest_Encoding_DefaultXml Property
              • ReadResponse_Encoding_DefaultBinary Property
              • ReadResponse_Encoding_DefaultJson Property
              • ReadResponse_Encoding_DefaultXml Property
              • ReadValueId_Encoding_DefaultBinary Property
              • ReadValueId_Encoding_DefaultJson Property
              • ReadValueId_Encoding_DefaultXml Property
              • RedundantServerDataType_Encoding_DefaultBinary Property
              • RedundantServerDataType_Encoding_DefaultJson Property
              • RedundantServerDataType_Encoding_DefaultXml Property
              • ReferenceDescription_Encoding_DefaultBinary Property
              • ReferenceDescription_Encoding_DefaultJson Property
              • ReferenceDescription_Encoding_DefaultXml Property
              • ReferenceNode_Encoding_DefaultBinary Property
              • ReferenceNode_Encoding_DefaultJson Property
              • ReferenceNode_Encoding_DefaultXml Property
              • ReferenceTypeAttributes_Encoding_DefaultBinary Property
              • ReferenceTypeAttributes_Encoding_DefaultJson Property
              • ReferenceTypeAttributes_Encoding_DefaultXml Property
              • ReferenceTypeNode_Encoding_DefaultBinary Property
              • ReferenceTypeNode_Encoding_DefaultJson Property
              • ReferenceTypeNode_Encoding_DefaultXml Property
              • ReferenceTypes Property
              • ReferenceTypesFolder Property
              • RegisteredServer_Encoding_DefaultBinary Property
              • RegisteredServer_Encoding_DefaultJson Property
              • RegisteredServer_Encoding_DefaultXml Property
              • RegisterNodesRequest_Encoding_DefaultBinary Property
              • RegisterNodesRequest_Encoding_DefaultJson Property
              • RegisterNodesRequest_Encoding_DefaultXml Property
              • RegisterNodesResponse_Encoding_DefaultBinary Property
              • RegisterNodesResponse_Encoding_DefaultJson Property
              • RegisterNodesResponse_Encoding_DefaultXml Property
              • RegisterServer2Request_Encoding_DefaultBinary Property
              • RegisterServer2Request_Encoding_DefaultJson Property
              • RegisterServer2Request_Encoding_DefaultXml Property
              • RegisterServer2Response_Encoding_DefaultBinary Property
              • RegisterServer2Response_Encoding_DefaultJson Property
              • RegisterServer2Response_Encoding_DefaultXml Property
              • RegisterServerRequest_Encoding_DefaultBinary Property
              • RegisterServerRequest_Encoding_DefaultJson Property
              • RegisterServerRequest_Encoding_DefaultXml Property
              • RegisterServerResponse_Encoding_DefaultBinary Property
              • RegisterServerResponse_Encoding_DefaultJson Property
              • RegisterServerResponse_Encoding_DefaultXml Property
              • RelativePath_Encoding_DefaultBinary Property
              • RelativePath_Encoding_DefaultJson Property
              • RelativePath_Encoding_DefaultXml Property
              • RelativePathElement_Encoding_DefaultBinary Property
              • RelativePathElement_Encoding_DefaultJson Property
              • RelativePathElement_Encoding_DefaultXml Property
              • RepublishRequest_Encoding_DefaultBinary Property
              • RepublishRequest_Encoding_DefaultJson Property
              • RepublishRequest_Encoding_DefaultXml Property
              • RepublishResponse_Encoding_DefaultBinary Property
              • RepublishResponse_Encoding_DefaultJson Property
              • RepublishResponse_Encoding_DefaultXml Property
              • RequestHeader_Encoding_DefaultBinary Property
              • RequestHeader_Encoding_DefaultJson Property
              • RequestHeader_Encoding_DefaultXml Property
              • ResponseHeader_Encoding_DefaultBinary Property
              • ResponseHeader_Encoding_DefaultJson Property
              • ResponseHeader_Encoding_DefaultXml Property
              • RolePermissionType_Encoding_DefaultBinary Property
              • RolePermissionType_Encoding_DefaultJson Property
              • RolePermissionType_Encoding_DefaultXml Property
              • RoleSetType_RoleName_Placeholder Property
              • Root Property
              • RootFolder Property
              • SamplingIntervalDiagnosticsDataType_Encoding_DefaultBinary Property
              • SamplingIntervalDiagnosticsDataType_Encoding_DefaultJson Property
              • SamplingIntervalDiagnosticsDataType_Encoding_DefaultXml Property
              • SecurityGroupFolderType_SecurityGroupFolderName_Placeholder Property
              • SecurityGroupFolderType_SecurityGroupName_Placeholder Property
              • SemanticChangeStructureDataType_Encoding_DefaultBinary Property
              • SemanticChangeStructureDataType_Encoding_DefaultJson Property
              • SemanticChangeStructureDataType_Encoding_DefaultXml Property
              • Server Property
              • Server_Namespaces Property
              • Server_ServerCapabilities Property
              • Server_ServerCapabilities_AggregateFunctions Property
              • Server_ServerCapabilities_ModellingRules Property
              • Server_ServerCapabilities_OperationLimits Property
              • Server_ServerCapabilities_RoleSet Property
              • Server_ServerDiagnostics Property
              • Server_ServerDiagnostics_SessionsDiagnosticsSummary Property
              • Server_ServerRedundancy Property
              • Server_VendorServerInfo Property
              • ServerCapabilitiesType_AggregateFunctions Property
              • ServerCapabilitiesType_ModellingRules Property
              • ServerCapabilitiesType_OperationLimits Property
              • ServerCapabilitiesType_RoleSet Property
              • ServerConfiguration Property
              • ServerConfiguration_CertificateGroups Property
              • ServerConfiguration_CertificateGroups_DefaultApplicationGroup Property
              • ServerConfiguration_CertificateGroups_DefaultApplicationGroup_TrustList Property
              • ServerConfiguration_CertificateGroups_DefaultHttpsGroup Property
              • ServerConfiguration_CertificateGroups_DefaultHttpsGroup_TrustList Property
              • ServerConfiguration_CertificateGroups_DefaultUserTokenGroup Property
              • ServerConfiguration_CertificateGroups_DefaultUserTokenGroup_TrustList Property
              • ServerConfigurationType_CertificateGroups Property
              • ServerConfigurationType_CertificateGroups_DefaultApplicationGroup Property
              • ServerConfigurationType_CertificateGroups_DefaultApplicationGroup_TrustList Property
              • ServerConfigurationType_CertificateGroups_DefaultHttpsGroup_TrustList Property
              • ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_TrustList Property
              • ServerDiagnosticsSummaryDataType_Encoding_DefaultBinary Property
              • ServerDiagnosticsSummaryDataType_Encoding_DefaultJson Property
              • ServerDiagnosticsSummaryDataType_Encoding_DefaultXml Property
              • ServerDiagnosticsType_SessionsDiagnosticsSummary Property
              • ServerOnNetwork_Encoding_DefaultBinary Property
              • ServerOnNetwork_Encoding_DefaultJson Property
              • ServerOnNetwork_Encoding_DefaultXml Property
              • ServerStatusDataType_Encoding_DefaultBinary Property
              • ServerStatusDataType_Encoding_DefaultJson Property
              • ServerStatusDataType_Encoding_DefaultXml Property
              • ServerType_Namespaces Property
              • ServerType_ServerCapabilities Property
              • ServerType_ServerCapabilities_AggregateFunctions Property
              • ServerType_ServerCapabilities_ModellingRules Property
              • ServerType_ServerDiagnostics Property
              • ServerType_ServerDiagnostics_SessionsDiagnosticsSummary Property
              • ServerType_ServerRedundancy Property
              • ServerType_VendorServerInfo Property
              • ServiceCounterDataType_Encoding_DefaultBinary Property
              • ServiceCounterDataType_Encoding_DefaultJson Property
              • ServiceCounterDataType_Encoding_DefaultXml Property
              • ServiceFault_Encoding_DefaultBinary Property
              • ServiceFault_Encoding_DefaultJson Property
              • ServiceFault_Encoding_DefaultXml Property
              • SessionDiagnosticsDataType_Encoding_DefaultBinary Property
              • SessionDiagnosticsDataType_Encoding_DefaultJson Property
              • SessionDiagnosticsDataType_Encoding_DefaultXml Property
              • SessionlessInvokeRequestType_Encoding_DefaultBinary Property
              • SessionlessInvokeRequestType_Encoding_DefaultJson Property
              • SessionlessInvokeRequestType_Encoding_DefaultXml Property
              • SessionlessInvokeResponseType_Encoding_DefaultBinary Property
              • SessionlessInvokeResponseType_Encoding_DefaultJson Property
              • SessionlessInvokeResponseType_Encoding_DefaultXml Property
              • SessionsDiagnosticsSummaryType_ClientName_Placeholder Property
              • SessionSecurityDiagnosticsDataType_Encoding_DefaultBinary Property
              • SessionSecurityDiagnosticsDataType_Encoding_DefaultJson Property
              • SessionSecurityDiagnosticsDataType_Encoding_DefaultXml Property
              • SetMonitoringModeRequest_Encoding_DefaultBinary Property
              • SetMonitoringModeRequest_Encoding_DefaultJson Property
              • SetMonitoringModeRequest_Encoding_DefaultXml Property
              • SetMonitoringModeResponse_Encoding_DefaultBinary Property
              • SetMonitoringModeResponse_Encoding_DefaultJson Property
              • SetMonitoringModeResponse_Encoding_DefaultXml Property
              • SetPublishingModeRequest_Encoding_DefaultBinary Property
              • SetPublishingModeRequest_Encoding_DefaultJson Property
              • SetPublishingModeRequest_Encoding_DefaultXml Property
              • SetPublishingModeResponse_Encoding_DefaultBinary Property
              • SetPublishingModeResponse_Encoding_DefaultJson Property
              • SetPublishingModeResponse_Encoding_DefaultXml Property
              • SetTriggeringRequest_Encoding_DefaultBinary Property
              • SetTriggeringRequest_Encoding_DefaultJson Property
              • SetTriggeringRequest_Encoding_DefaultXml Property
              • SetTriggeringResponse_Encoding_DefaultBinary Property
              • SetTriggeringResponse_Encoding_DefaultJson Property
              • SetTriggeringResponse_Encoding_DefaultXml Property
              • ShelvedStateMachineType_OneShotShelved Property
              • ShelvedStateMachineType_OneShotShelvedToTimedShelved Property
              • ShelvedStateMachineType_OneShotShelvedToUnshelved Property
              • ShelvedStateMachineType_TimedShelved Property
              • ShelvedStateMachineType_TimedShelvedToOneShotShelved Property
              • ShelvedStateMachineType_TimedShelvedToUnshelved Property
              • ShelvedStateMachineType_Unshelved Property
              • ShelvedStateMachineType_UnshelvedToOneShotShelved Property
              • ShelvedStateMachineType_UnshelvedToTimedShelved Property
              • SignatureData_Encoding_DefaultBinary Property
              • SignatureData_Encoding_DefaultJson Property
              • SignatureData_Encoding_DefaultXml Property
              • SignedSoftwareCertificate_Encoding_DefaultBinary Property
              • SignedSoftwareCertificate_Encoding_DefaultJson Property
              • SignedSoftwareCertificate_Encoding_DefaultXml Property
              • SimpleAttributeOperand_Encoding_DefaultBinary Property
              • SimpleAttributeOperand_Encoding_DefaultJson Property
              • SimpleAttributeOperand_Encoding_DefaultXml Property
              • SimpleTypeDescription_Encoding_DefaultBinary Property
              • SimpleTypeDescription_Encoding_DefaultJson Property
              • SimpleTypeDescription_Encoding_DefaultXml Property
              • StatusChangeNotification_Encoding_DefaultBinary Property
              • StatusChangeNotification_Encoding_DefaultJson Property
              • StatusChangeNotification_Encoding_DefaultXml Property
              • StatusResult_Encoding_DefaultBinary Property
              • StatusResult_Encoding_DefaultJson Property
              • StatusResult_Encoding_DefaultXml Property
              • StructureDefinition_Encoding_DefaultBinary Property
              • StructureDefinition_Encoding_DefaultJson Property
              • StructureDefinition_Encoding_DefaultXml Property
              • StructureDescription_Encoding_DefaultBinary Property
              • StructureDescription_Encoding_DefaultJson Property
              • StructureDescription_Encoding_DefaultXml Property
              • StructureField_Encoding_DefaultBinary Property
              • StructureField_Encoding_DefaultJson Property
              • StructureField_Encoding_DefaultXml Property
              • SubscribedDataSetDataType_Encoding_DefaultBinary Property
              • SubscribedDataSetDataType_Encoding_DefaultJson Property
              • SubscribedDataSetDataType_Encoding_DefaultXml Property
              • SubscribedDataSetMirrorDataType_Encoding_DefaultBinary Property
              • SubscribedDataSetMirrorDataType_Encoding_DefaultJson Property
              • SubscribedDataSetMirrorDataType_Encoding_DefaultXml Property
              • SubscriptionAcknowledgement_Encoding_DefaultBinary Property
              • SubscriptionAcknowledgement_Encoding_DefaultJson Property
              • SubscriptionAcknowledgement_Encoding_DefaultXml Property
              • SubscriptionDiagnosticsDataType_Encoding_DefaultBinary Property
              • SubscriptionDiagnosticsDataType_Encoding_DefaultJson Property
              • SubscriptionDiagnosticsDataType_Encoding_DefaultXml Property
              • TargetVariablesDataType_Encoding_DefaultBinary Property
              • TargetVariablesDataType_Encoding_DefaultJson Property
              • TargetVariablesDataType_Encoding_DefaultXml Property
              • TemporaryFileTransferType_TransferState_Placeholder Property
              • TimeZoneDataType_Encoding_DefaultBinary Property
              • TimeZoneDataType_Encoding_DefaultJson Property
              • TimeZoneDataType_Encoding_DefaultXml Property
              • TransferResult_Encoding_DefaultBinary Property
              • TransferResult_Encoding_DefaultJson Property
              • TransferResult_Encoding_DefaultXml Property
              • TransferSubscriptionsRequest_Encoding_DefaultBinary Property
              • TransferSubscriptionsRequest_Encoding_DefaultJson Property
              • TransferSubscriptionsRequest_Encoding_DefaultXml Property
              • TransferSubscriptionsResponse_Encoding_DefaultBinary Property
              • TransferSubscriptionsResponse_Encoding_DefaultJson Property
              • TransferSubscriptionsResponse_Encoding_DefaultXml Property
              • TranslateBrowsePathsToNodeIdsRequest_Encoding_DefaultBinary Property
              • TranslateBrowsePathsToNodeIdsRequest_Encoding_DefaultJson Property
              • TranslateBrowsePathsToNodeIdsRequest_Encoding_DefaultXml Property
              • TranslateBrowsePathsToNodeIdsResponse_Encoding_DefaultBinary Property
              • TranslateBrowsePathsToNodeIdsResponse_Encoding_DefaultJson Property
              • TranslateBrowsePathsToNodeIdsResponse_Encoding_DefaultXml Property
              • TrustListDataType_Encoding_DefaultBinary Property
              • TrustListDataType_Encoding_DefaultJson Property
              • TrustListDataType_Encoding_DefaultXml Property
              • TypeNode_Encoding_DefaultBinary Property
              • TypeNode_Encoding_DefaultJson Property
              • TypeNode_Encoding_DefaultXml Property
              • Types Property
              • TypesFolder Property
              • UABinaryFileDataType_Encoding_DefaultBinary Property
              • UABinaryFileDataType_Encoding_DefaultJson Property
              • UABinaryFileDataType_Encoding_DefaultXml Property
              • UadpDataSetReaderMessageDataType_Encoding_DefaultBinary Property
              • UadpDataSetReaderMessageDataType_Encoding_DefaultJson Property
              • UadpDataSetReaderMessageDataType_Encoding_DefaultXml Property
              • UadpDataSetWriterMessageDataType_Encoding_DefaultBinary Property
              • UadpDataSetWriterMessageDataType_Encoding_DefaultJson Property
              • UadpDataSetWriterMessageDataType_Encoding_DefaultXml Property
              • UadpWriterGroupMessageDataType_Encoding_DefaultBinary Property
              • UadpWriterGroupMessageDataType_Encoding_DefaultJson Property
              • UadpWriterGroupMessageDataType_Encoding_DefaultXml Property
              • Union_Encoding_DefaultBinary Property
              • Union_Encoding_DefaultJson Property
              • Union_Encoding_DefaultXml Property
              • UnregisterNodesRequest_Encoding_DefaultBinary Property
              • UnregisterNodesRequest_Encoding_DefaultJson Property
              • UnregisterNodesRequest_Encoding_DefaultXml Property
              • UnregisterNodesResponse_Encoding_DefaultBinary Property
              • UnregisterNodesResponse_Encoding_DefaultJson Property
              • UnregisterNodesResponse_Encoding_DefaultXml Property
              • UpdateDataDetails_Encoding_DefaultBinary Property
              • UpdateDataDetails_Encoding_DefaultJson Property
              • UpdateDataDetails_Encoding_DefaultXml Property
              • UpdateEventDetails_Encoding_DefaultBinary Property
              • UpdateEventDetails_Encoding_DefaultJson Property
              • UpdateEventDetails_Encoding_DefaultXml Property
              • UpdateStructureDataDetails_Encoding_DefaultBinary Property
              • UpdateStructureDataDetails_Encoding_DefaultJson Property
              • UpdateStructureDataDetails_Encoding_DefaultXml Property
              • UserIdentityToken_Encoding_DefaultBinary Property
              • UserIdentityToken_Encoding_DefaultJson Property
              • UserIdentityToken_Encoding_DefaultXml Property
              • UserNameIdentityToken_Encoding_DefaultBinary Property
              • UserNameIdentityToken_Encoding_DefaultJson Property
              • UserNameIdentityToken_Encoding_DefaultXml Property
              • UserTokenPolicy_Encoding_DefaultBinary Property
              • UserTokenPolicy_Encoding_DefaultJson Property
              • UserTokenPolicy_Encoding_DefaultXml Property
              • VariableAttributes_Encoding_DefaultBinary Property
              • VariableAttributes_Encoding_DefaultJson Property
              • VariableAttributes_Encoding_DefaultXml Property
              • VariableNode_Encoding_DefaultBinary Property
              • VariableNode_Encoding_DefaultJson Property
              • VariableNode_Encoding_DefaultXml Property
              • VariableTypeAttributes_Encoding_DefaultBinary Property
              • VariableTypeAttributes_Encoding_DefaultJson Property
              • VariableTypeAttributes_Encoding_DefaultXml Property
              • VariableTypeNode_Encoding_DefaultBinary Property
              • VariableTypeNode_Encoding_DefaultJson Property
              • VariableTypeNode_Encoding_DefaultXml Property
              • VariableTypes Property
              • VariableTypesFolder Property
              • ViewAttributes_Encoding_DefaultBinary Property
              • ViewAttributes_Encoding_DefaultJson Property
              • ViewAttributes_Encoding_DefaultXml Property
              • ViewDescription_Encoding_DefaultBinary Property
              • ViewDescription_Encoding_DefaultJson Property
              • ViewDescription_Encoding_DefaultXml Property
              • ViewNode_Encoding_DefaultBinary Property
              • ViewNode_Encoding_DefaultJson Property
              • ViewNode_Encoding_DefaultXml Property
              • Views Property
              • ViewsFolder Property
              • WellKnownRole_Anonymous Property
              • WellKnownRole_AuthenticatedUser Property
              • WellKnownRole_ConfigureAdmin Property
              • WellKnownRole_Engineer Property
              • WellKnownRole_Observer Property
              • WellKnownRole_Operator Property
              • WellKnownRole_SecurityAdmin Property
              • WellKnownRole_Supervisor Property
              • WriteRequest_Encoding_DefaultBinary Property
              • WriteRequest_Encoding_DefaultJson Property
              • WriteRequest_Encoding_DefaultXml Property
              • WriteResponse_Encoding_DefaultBinary Property
              • WriteResponse_Encoding_DefaultJson Property
              • WriteResponse_Encoding_DefaultXml Property
              • WriterGroupDataType_Encoding_DefaultBinary Property
              • WriterGroupDataType_Encoding_DefaultJson Property
              • WriterGroupDataType_Encoding_DefaultXml Property
              • WriterGroupMessageDataType_Encoding_DefaultBinary Property
              • WriterGroupMessageDataType_Encoding_DefaultJson Property
              • WriterGroupMessageDataType_Encoding_DefaultXml Property
              • WriterGroupTransportDataType_Encoding_DefaultBinary Property
              • WriterGroupTransportDataType_Encoding_DefaultJson Property
              • WriterGroupTransportDataType_Encoding_DefaultXml Property
              • WriterGroupType_DataSetWriterName_Placeholder Property
              • WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_Counters Property
              • WriterGroupType_DataSetWriterName_Placeholder_Diagnostics_LiveValues Property
              • WriterGroupType_DataSetWriterName_Placeholder_Status Property
              • WriterGroupType_Diagnostics Property
              • WriterGroupType_Diagnostics_Counters Property
              • WriterGroupType_Diagnostics_LiveValues Property
              • WriterGroupType_MessageSettings Property
              • WriterGroupType_TransportSettings Property
              • WriteValue_Encoding_DefaultBinary Property
              • WriteValue_Encoding_DefaultJson Property
              • WriteValue_Encoding_DefaultXml Property
              • X509IdentityToken_Encoding_DefaultBinary Property
              • X509IdentityToken_Encoding_DefaultJson Property
              • X509IdentityToken_Encoding_DefaultXml Property
              • XmlSchema_TypeSystem Property
              • XVType_Encoding_DefaultBinary Property
              • XVType_Encoding_DefaultJson Property
              • XVType_Encoding_DefaultXml Property
          • UAReferenceTypeIds
            • Overview
            • Members
            • Properties
              • Aggregates Property
              • AlarmGroupMember Property
              • AlwaysGeneratesEvent Property
              • DataSetToWriter Property
              • FromState Property
              • GeneratesEvent Property
              • HasAlarmSuppressionGroup Property
              • HasArgumentDescription Property
              • HasCause Property
              • HasChild Property
              • HasComponent Property
              • HasCondition Property
              • HasDataSetReader Property
              • HasDataSetWriter Property
              • HasDescription Property
              • HasEffect Property
              • HasEffectDisable Property
              • HasEffectEnable Property
              • HasEffectSuppressed Property
              • HasEffectUnsuppressed Property
              • HasEncoding Property
              • HasEventSource Property
              • HasFalseSubState Property
              • HasGuard Property
              • HasHistoricalConfiguration Property
              • HasModellingRule Property
              • HasNotifier Property
              • HasOptionalInputArgumentDescription Property
              • HasOrderedComponent Property
              • HasProperty Property
              • HasPubSubConnection Property
              • HasSubStateMachine Property
              • HasSubtype Property
              • HasTrueSubState Property
              • HasTypeDefinition Property
              • HierarchicalReferences Property
              • NonHierarchicalReferences Property
              • Organizes Property
              • References Property
              • ToState Property
          • UAVariableIds
            • Overview
            • Members
            • Properties
              • AccessLevelExType_OptionSetValues Property
              • AccessLevelType_OptionSetValues Property
              • AccessRestrictionType_OptionSetValues Property
              • AcknowledgeableConditionType_AckedState Property
              • AcknowledgeableConditionType_AckedState_FalseState Property
              • AcknowledgeableConditionType_AckedState_Id Property
              • AcknowledgeableConditionType_AckedState_TransitionTime Property
              • AcknowledgeableConditionType_AckedState_TrueState Property
              • AcknowledgeableConditionType_Acknowledge_InputArguments Property
              • AcknowledgeableConditionType_AddComment_InputArguments Property
              • AcknowledgeableConditionType_Comment_SourceTimestamp Property
              • AcknowledgeableConditionType_ConditionRefresh_InputArguments Property
              • AcknowledgeableConditionType_ConditionRefresh2_InputArguments Property
              • AcknowledgeableConditionType_Confirm_InputArguments Property
              • AcknowledgeableConditionType_ConfirmedState Property
              • AcknowledgeableConditionType_ConfirmedState_FalseState Property
              • AcknowledgeableConditionType_ConfirmedState_Id Property
              • AcknowledgeableConditionType_ConfirmedState_TransitionTime Property
              • AcknowledgeableConditionType_ConfirmedState_TrueState Property
              • AcknowledgeableConditionType_EnabledState Property
              • AcknowledgeableConditionType_EnabledState_Id Property
              • AcknowledgeableConditionType_LastSeverity_SourceTimestamp Property
              • AcknowledgeableConditionType_Quality_SourceTimestamp Property
              • AddressSpaceFileType_Close_InputArguments Property
              • AddressSpaceFileType_GetPosition_InputArguments Property
              • AddressSpaceFileType_GetPosition_OutputArguments Property
              • AddressSpaceFileType_Open_InputArguments Property
              • AddressSpaceFileType_Open_OutputArguments Property
              • AddressSpaceFileType_Read_InputArguments Property
              • AddressSpaceFileType_Read_OutputArguments Property
              • AddressSpaceFileType_SetPosition_InputArguments Property
              • AddressSpaceFileType_Write_InputArguments Property
              • AggregateConfigurationType_PercentDataBad Property
              • AggregateConfigurationType_PercentDataGood Property
              • AggregateConfigurationType_TreatUncertainAsBad Property
              • AggregateConfigurationType_UseSlopedExtrapolation Property
              • AlarmConditionType_AckedState_Id Property
              • AlarmConditionType_Acknowledge_InputArguments Property
              • AlarmConditionType_ActiveState Property
              • AlarmConditionType_ActiveState_EffectiveDisplayName Property
              • AlarmConditionType_ActiveState_EffectiveTransitionTime Property
              • AlarmConditionType_ActiveState_FalseState Property
              • AlarmConditionType_ActiveState_Id Property
              • AlarmConditionType_ActiveState_TransitionTime Property
              • AlarmConditionType_ActiveState_TrueState Property
              • AlarmConditionType_AddComment_InputArguments Property
              • AlarmConditionType_AudibleEnabled Property
              • AlarmConditionType_AudibleSound Property
              • AlarmConditionType_Comment_SourceTimestamp Property
              • AlarmConditionType_ConditionRefresh_InputArguments Property
              • AlarmConditionType_ConditionRefresh2_InputArguments Property
              • AlarmConditionType_Confirm_InputArguments Property
              • AlarmConditionType_ConfirmedState_Id Property
              • AlarmConditionType_EnabledState Property
              • AlarmConditionType_EnabledState_Id Property
              • AlarmConditionType_FirstInGroupFlag Property
              • AlarmConditionType_InputNode Property
              • AlarmConditionType_LastSeverity_SourceTimestamp Property
              • AlarmConditionType_LatchedState Property
              • AlarmConditionType_LatchedState_FalseState Property
              • AlarmConditionType_LatchedState_Id Property
              • AlarmConditionType_LatchedState_TransitionTime Property
              • AlarmConditionType_LatchedState_TrueState Property
              • AlarmConditionType_MaxTimeShelved Property
              • AlarmConditionType_OffDelay Property
              • AlarmConditionType_OnDelay Property
              • AlarmConditionType_OutOfServiceState Property
              • AlarmConditionType_OutOfServiceState_FalseState Property
              • AlarmConditionType_OutOfServiceState_Id Property
              • AlarmConditionType_OutOfServiceState_TransitionTime Property
              • AlarmConditionType_OutOfServiceState_TrueState Property
              • AlarmConditionType_Quality_SourceTimestamp Property
              • AlarmConditionType_ReAlarmRepeatCount Property
              • AlarmConditionType_ReAlarmTime Property
              • AlarmConditionType_ShelvingState_CurrentState Property
              • AlarmConditionType_ShelvingState_CurrentState_Id Property
              • AlarmConditionType_ShelvingState_LastTransition Property
              • AlarmConditionType_ShelvingState_LastTransition_Id Property
              • AlarmConditionType_ShelvingState_LastTransition_TransitionTime Property
              • AlarmConditionType_ShelvingState_TimedShelve_InputArguments Property
              • AlarmConditionType_ShelvingState_UnshelveTime Property
              • AlarmConditionType_SilenceState Property
              • AlarmConditionType_SilenceState_FalseState Property
              • AlarmConditionType_SilenceState_Id Property
              • AlarmConditionType_SilenceState_TransitionTime Property
              • AlarmConditionType_SilenceState_TrueState Property
              • AlarmConditionType_SuppressedOrShelved Property
              • AlarmConditionType_SuppressedState Property
              • AlarmConditionType_SuppressedState_FalseState Property
              • AlarmConditionType_SuppressedState_Id Property
              • AlarmConditionType_SuppressedState_TransitionTime Property
              • AlarmConditionType_SuppressedState_TrueState Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_AckedState Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_AckedState_Id Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_Acknowledge_InputArguments Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_ActiveState Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_ActiveState_Id Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_AddComment_InputArguments Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_BranchId Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_ClientUserId Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_Comment Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_Comment_SourceTimestamp Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_ConditionClassId Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_ConditionClassName Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_ConditionName Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_Confirm_InputArguments Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_ConfirmedState_Id Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_EnabledState Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_EnabledState_Id Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_EventId Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_EventType Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_InputNode Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_LastSeverity Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_LastSeverity_SourceTimestamp Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_LatchedState_Id Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_Message Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_OutOfServiceState_Id Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_Quality Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_Quality_SourceTimestamp Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_ReceiveTime Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_Retain Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_Severity Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_CurrentState Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_CurrentState_Id Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_LastTransition_Id Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_TimedShelve_InputArguments Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_ShelvingState_UnshelveTime Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_SilenceState_Id Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_SourceName Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_SourceNode Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_SuppressedOrShelved Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_SuppressedState_Id Property
              • AlarmGroupType_AlarmConditionInstance_Placeholder_Time Property
              • AlarmMetricsType_AlarmCount Property
              • AlarmMetricsType_AverageAlarmRate Property
              • AlarmMetricsType_AverageAlarmRate_Rate Property
              • AlarmMetricsType_CurrentAlarmRate Property
              • AlarmMetricsType_CurrentAlarmRate_Rate Property
              • AlarmMetricsType_MaximumActiveState Property
              • AlarmMetricsType_MaximumAlarmRate Property
              • AlarmMetricsType_MaximumAlarmRate_Rate Property
              • AlarmMetricsType_MaximumReAlarmCount Property
              • AlarmMetricsType_MaximumUnAck Property
              • AlarmMetricsType_StartTime Property
              • AlarmRateVariableType_Rate Property
              • AllowNulls Property
              • AnalogItemType_EURange Property
              • AnalogUnitRangeType_EngineeringUnits Property
              • AnalogUnitType_EngineeringUnits Property
              • Annotations Property
              • ApplicationType_EnumStrings Property
              • ArrayItemType_AxisScaleType Property
              • ArrayItemType_EngineeringUnits Property
              • ArrayItemType_EURange Property
              • ArrayItemType_InstrumentRange Property
              • ArrayItemType_Title Property
              • AttributeWriteMask_OptionSetValues Property
              • AudioVariableType_AgencyId Property
              • AudioVariableType_ListId Property
              • AudioVariableType_VersionId Property
              • AuditActivateSessionEventType_ClientSoftwareCertificates Property
              • AuditActivateSessionEventType_SecureChannelId Property
              • AuditActivateSessionEventType_UserIdentityToken Property
              • AuditAddNodesEventType_NodesToAdd Property
              • AuditAddReferencesEventType_ReferencesToAdd Property
              • AuditCancelEventType_RequestHandle Property
              • AuditCertificateDataMismatchEventType_InvalidHostname Property
              • AuditCertificateDataMismatchEventType_InvalidUri Property
              • AuditCertificateEventType_Certificate Property
              • AuditChannelEventType_SecureChannelId Property
              • AuditConditionAcknowledgeEventType_Comment Property
              • AuditConditionAcknowledgeEventType_ConditionEventId Property
              • AuditConditionCommentEventType_Comment Property
              • AuditConditionCommentEventType_ConditionEventId Property
              • AuditConditionConfirmEventType_Comment Property
              • AuditConditionConfirmEventType_ConditionEventId Property
              • AuditConditionRespondEventType_SelectedResponse Property
              • AuditConditionShelvingEventType_ShelvingTime Property
              • AuditCreateSessionEventType_ClientCertificate Property
              • AuditCreateSessionEventType_ClientCertificateThumbprint Property
              • AuditCreateSessionEventType_RevisedSessionTimeout Property
              • AuditCreateSessionEventType_SecureChannelId Property
              • AuditDeleteNodesEventType_NodesToDelete Property
              • AuditDeleteReferencesEventType_ReferencesToDelete Property
              • AuditEventType_ActionTimeStamp Property
              • AuditEventType_ClientAuditEntryId Property
              • AuditEventType_ClientUserId Property
              • AuditEventType_ServerId Property
              • AuditEventType_Status Property
              • AuditHistoryAtTimeDeleteEventType_OldValues Property
              • AuditHistoryAtTimeDeleteEventType_ReqTimes Property
              • AuditHistoryDeleteEventType_UpdatedNode Property
              • AuditHistoryEventDeleteEventType_EventIds Property
              • AuditHistoryEventDeleteEventType_OldValues Property
              • AuditHistoryEventUpdateEventType_Filter Property
              • AuditHistoryEventUpdateEventType_NewValues Property
              • AuditHistoryEventUpdateEventType_OldValues Property
              • AuditHistoryEventUpdateEventType_PerformInsertReplace Property
              • AuditHistoryEventUpdateEventType_UpdatedNode Property
              • AuditHistoryRawModifyDeleteEventType_EndTime Property
              • AuditHistoryRawModifyDeleteEventType_IsDeleteModified Property
              • AuditHistoryRawModifyDeleteEventType_OldValues Property
              • AuditHistoryRawModifyDeleteEventType_StartTime Property
              • AuditHistoryUpdateEventType_ParameterDataTypeId Property
              • AuditHistoryValueUpdateEventType_NewValues Property
              • AuditHistoryValueUpdateEventType_OldValues Property
              • AuditHistoryValueUpdateEventType_PerformInsertReplace Property
              • AuditHistoryValueUpdateEventType_UpdatedNode Property
              • AuditOpenSecureChannelEventType_ClientCertificate Property
              • AuditOpenSecureChannelEventType_ClientCertificateThumbprint Property
              • AuditOpenSecureChannelEventType_RequestedLifetime Property
              • AuditOpenSecureChannelEventType_RequestType Property
              • AuditOpenSecureChannelEventType_SecurityMode Property
              • AuditOpenSecureChannelEventType_SecurityPolicyUri Property
              • AuditProgramTransitionEventType_TransitionNumber Property
              • AuditSecurityEventType_StatusCodeId Property
              • AuditSessionEventType_SessionId Property
              • AuditUpdateMethodEventType_InputArguments Property
              • AuditUpdateMethodEventType_MethodId Property
              • AuditUpdateStateEventType_NewStateId Property
              • AuditUpdateStateEventType_OldStateId Property
              • AuditUrlMismatchEventType_EndpointUrl Property
              • AuditWriteUpdateEventType_AttributeId Property
              • AuditWriteUpdateEventType_IndexRange Property
              • AuditWriteUpdateEventType_NewValue Property
              • AuditWriteUpdateEventType_OldValue Property
              • AuthorizationServiceConfigurationType_IssuerEndpointUrl Property
              • AuthorizationServiceConfigurationType_ServiceCertificate Property
              • AuthorizationServiceConfigurationType_ServiceUri Property
              • AuthorizationServices_ServiceName_Placeholder_IssuerEndpointUrl Property
              • AuthorizationServices_ServiceName_Placeholder_ServiceCertificate Property
              • AuthorizationServices_ServiceName_Placeholder_ServiceUri Property
              • AxisScaleEnumeration_EnumStrings Property
              • BaseAnalogType_EngineeringUnits Property
              • BaseAnalogType_EURange Property
              • BaseAnalogType_InstrumentRange Property
              • BaseEventType_EventId Property
              • BaseEventType_EventType Property
              • BaseEventType_LocalTime Property
              • BaseEventType_Message Property
              • BaseEventType_ReceiveTime Property
              • BaseEventType_Severity Property
              • BaseEventType_SourceName Property
              • BaseEventType_SourceNode Property
              • BaseEventType_Time Property
              • BrokerConnectionTransportType_AuthenticationProfileUri Property
              • BrokerConnectionTransportType_ResourceUri Property
              • BrokerDataSetReaderTransportType_AuthenticationProfileUri Property
              • BrokerDataSetReaderTransportType_MetaDataQueueName Property
              • BrokerDataSetReaderTransportType_QueueName Property
              • BrokerDataSetReaderTransportType_RequestedDeliveryGuarantee Property
              • BrokerDataSetReaderTransportType_ResourceUri Property
              • BrokerDataSetWriterTransportType_AuthenticationProfileUri Property
              • BrokerDataSetWriterTransportType_MetaDataQueueName Property
              • BrokerDataSetWriterTransportType_MetaDataUpdateTime Property
              • BrokerDataSetWriterTransportType_QueueName Property
              • BrokerDataSetWriterTransportType_RequestedDeliveryGuarantee Property
              • BrokerDataSetWriterTransportType_ResourceUri Property
              • BrokerTransportQualityOfService_EnumStrings Property
              • BrokerWriterGroupTransportType_AuthenticationProfileUri Property
              • BrokerWriterGroupTransportType_QueueName Property
              • BrokerWriterGroupTransportType_RequestedDeliveryGuarantee Property
              • BrokerWriterGroupTransportType_ResourceUri Property
              • BrowseDirection_EnumStrings Property
              • BrowseResultMask_EnumValues Property
              • BuildInfoType_BuildDate Property
              • BuildInfoType_BuildNumber Property
              • BuildInfoType_ManufacturerName Property
              • BuildInfoType_ProductName Property
              • BuildInfoType_ProductUri Property
              • BuildInfoType_SoftwareVersion Property
              • CertificateExpirationAlarmType_AckedState_Id Property
              • CertificateExpirationAlarmType_Acknowledge_InputArguments Property
              • CertificateExpirationAlarmType_ActiveState_Id Property
              • CertificateExpirationAlarmType_AddComment_InputArguments Property
              • CertificateExpirationAlarmType_Certificate Property
              • CertificateExpirationAlarmType_CertificateType Property
              • CertificateExpirationAlarmType_Comment_SourceTimestamp Property
              • CertificateExpirationAlarmType_ConditionRefresh_InputArguments Property
              • CertificateExpirationAlarmType_ConditionRefresh2_InputArguments Property
              • CertificateExpirationAlarmType_Confirm_InputArguments Property
              • CertificateExpirationAlarmType_ConfirmedState_Id Property
              • CertificateExpirationAlarmType_EnabledState_Id Property
              • CertificateExpirationAlarmType_ExpirationDate Property
              • CertificateExpirationAlarmType_ExpirationLimit Property
              • CertificateExpirationAlarmType_LastSeverity_SourceTimestamp Property
              • CertificateExpirationAlarmType_LatchedState_Id Property
              • CertificateExpirationAlarmType_OutOfServiceState_Id Property
              • CertificateExpirationAlarmType_Quality_SourceTimestamp Property
              • CertificateExpirationAlarmType_ShelvingState_CurrentState Property
              • CertificateExpirationAlarmType_ShelvingState_CurrentState_Id Property
              • CertificateExpirationAlarmType_ShelvingState_LastTransition_Id Property
              • CertificateExpirationAlarmType_ShelvingState_TimedShelve_InputArguments Property
              • CertificateExpirationAlarmType_ShelvingState_UnshelveTime Property
              • CertificateExpirationAlarmType_SilenceState_Id Property
              • CertificateExpirationAlarmType_SuppressedState_Id Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_CertificateTypes Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_AddCertificate_InputArguments Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Close_InputArguments Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_CloseAndUpdate_InputArguments Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_CloseAndUpdate_OutputArguments Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_GetPosition_InputArguments Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_GetPosition_OutputArguments Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_LastUpdateTime Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Open_InputArguments Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Open_OutputArguments Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_OpenCount Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_OpenWithMasks_InputArguments Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_OpenWithMasks_OutputArguments Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Read_InputArguments Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Read_OutputArguments Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_RemoveCertificate_InputArguments Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_SetPosition_InputArguments Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Size Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_UserWritable Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Writable Property
              • CertificateGroupFolderType_AdditionalGroup_Placeholder_TrustList_Write_InputArguments Property
              • CertificateGroupFolderType_DefaultApplicationGroup_CertificateTypes Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_AddCertificate_InputArguments Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Close_InputArguments Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_CloseAndUpdate_InputArguments Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_CloseAndUpdate_OutputArguments Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_GetPosition_InputArguments Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_GetPosition_OutputArguments Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_LastUpdateTime Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Open_InputArguments Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Open_OutputArguments Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_OpenCount Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_OpenWithMasks_InputArguments Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_OpenWithMasks_OutputArguments Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Read_InputArguments Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Read_OutputArguments Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_RemoveCertificate_InputArguments Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_SetPosition_InputArguments Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Size Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_UserWritable Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Writable Property
              • CertificateGroupFolderType_DefaultApplicationGroup_TrustList_Write_InputArguments Property
              • CertificateGroupFolderType_DefaultHttpsGroup_CertificateTypes Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_AddCertificate_InputArguments Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Close_InputArguments Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_CloseAndUpdate_InputArguments Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_CloseAndUpdate_OutputArguments Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_GetPosition_InputArguments Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_GetPosition_OutputArguments Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_LastUpdateTime Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Open_InputArguments Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Open_OutputArguments Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_OpenCount Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_OpenWithMasks_InputArguments Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_OpenWithMasks_OutputArguments Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Read_InputArguments Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Read_OutputArguments Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_RemoveCertificate_InputArguments Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_SetPosition_InputArguments Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Size Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_UserWritable Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Writable Property
              • CertificateGroupFolderType_DefaultHttpsGroup_TrustList_Write_InputArguments Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_CertificateTypes Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_AddCertificate_InputArguments Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Close_InputArguments Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_CloseAndUpdate_InputArguments Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_CloseAndUpdate_OutputArguments Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_GetPosition_InputArguments Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_GetPosition_OutputArguments Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_LastUpdateTime Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Open_InputArguments Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Open_OutputArguments Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_OpenCount Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_OpenWithMasks_InputArguments Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_OpenWithMasks_OutputArguments Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Read_InputArguments Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Read_OutputArguments Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_RemoveCertificate_InputArguments Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_SetPosition_InputArguments Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Size Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_UserWritable Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Writable Property
              • CertificateGroupFolderType_DefaultUserTokenGroup_TrustList_Write_InputArguments Property
              • CertificateGroupType_CertificateTypes Property
              • CertificateGroupType_TrustList_AddCertificate_InputArguments Property
              • CertificateGroupType_TrustList_Close_InputArguments Property
              • CertificateGroupType_TrustList_CloseAndUpdate_InputArguments Property
              • CertificateGroupType_TrustList_CloseAndUpdate_OutputArguments Property
              • CertificateGroupType_TrustList_GetPosition_InputArguments Property
              • CertificateGroupType_TrustList_GetPosition_OutputArguments Property
              • CertificateGroupType_TrustList_LastUpdateTime Property
              • CertificateGroupType_TrustList_Open_InputArguments Property
              • CertificateGroupType_TrustList_Open_OutputArguments Property
              • CertificateGroupType_TrustList_OpenCount Property
              • CertificateGroupType_TrustList_OpenWithMasks_InputArguments Property
              • CertificateGroupType_TrustList_OpenWithMasks_OutputArguments Property
              • CertificateGroupType_TrustList_Read_InputArguments Property
              • CertificateGroupType_TrustList_Read_OutputArguments Property
              • CertificateGroupType_TrustList_RemoveCertificate_InputArguments Property
              • CertificateGroupType_TrustList_SetPosition_InputArguments Property
              • CertificateGroupType_TrustList_Size Property
              • CertificateGroupType_TrustList_UserWritable Property
              • CertificateGroupType_TrustList_Writable Property
              • CertificateGroupType_TrustList_Write_InputArguments Property
              • CertificateUpdatedAuditEventType_CertificateGroup Property
              • CertificateUpdatedAuditEventType_CertificateType Property
              • ConditionType_AddComment_InputArguments Property
              • ConditionType_BranchId Property
              • ConditionType_ClientUserId Property
              • ConditionType_Comment Property
              • ConditionType_Comment_SourceTimestamp Property
              • ConditionType_ConditionClassId Property
              • ConditionType_ConditionClassName Property
              • ConditionType_ConditionName Property
              • ConditionType_ConditionRefresh_InputArguments Property
              • ConditionType_ConditionRefresh2_InputArguments Property
              • ConditionType_ConditionSubClassId Property
              • ConditionType_ConditionSubClassName Property
              • ConditionType_EnabledState Property
              • ConditionType_EnabledState_EffectiveDisplayName Property
              • ConditionType_EnabledState_EffectiveTransitionTime Property
              • ConditionType_EnabledState_FalseState Property
              • ConditionType_EnabledState_Id Property
              • ConditionType_EnabledState_TransitionTime Property
              • ConditionType_EnabledState_TrueState Property
              • ConditionType_LastSeverity Property
              • ConditionType_LastSeverity_SourceTimestamp Property
              • ConditionType_Quality Property
              • ConditionType_Quality_SourceTimestamp Property
              • ConditionType_Retain Property
              • ConditionVariableType_SourceTimestamp Property
              • CubeItemType_XAxisDefinition Property
              • CubeItemType_YAxisDefinition Property
              • CubeItemType_ZAxisDefinition Property
              • DataChangeTrigger_EnumStrings Property
              • DatagramConnectionTransportType_DiscoveryAddress_NetworkInterface Property
              • DatagramConnectionTransportType_DiscoveryAddress_NetworkInterface_Selections Property
              • DatagramWriterGroupTransportType_MessageRepeatCount Property
              • DatagramWriterGroupTransportType_MessageRepeatDelay Property
              • DataItemType_Definition Property
              • DataItemType_ValuePrecision Property
              • DataSetFieldContentMask_OptionSetValues Property
              • DataSetFieldFlags_OptionSetValues Property
              • DataSetFolderType_AddDataSetFolder_InputArguments Property
              • DataSetFolderType_AddDataSetFolder_OutputArguments Property
              • DataSetFolderType_AddPublishedDataItems_InputArguments Property
              • DataSetFolderType_AddPublishedDataItems_OutputArguments Property
              • DataSetFolderType_AddPublishedDataItemsTemplate_InputArguments Property
              • DataSetFolderType_AddPublishedDataItemsTemplate_OutputArguments Property
              • DataSetFolderType_AddPublishedEvents_InputArguments Property
              • DataSetFolderType_AddPublishedEvents_OutputArguments Property
              • DataSetFolderType_AddPublishedEventsTemplate_InputArguments Property
              • DataSetFolderType_AddPublishedEventsTemplate_OutputArguments Property
              • DataSetFolderType_DataSetFolderName_Placeholder_AddDataSetFolder_InputArguments Property
              • DataSetFolderType_DataSetFolderName_Placeholder_AddDataSetFolder_OutputArguments Property
              • DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedDataItems_InputArguments Property
              • DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedDataItems_OutputArguments Property
              • DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedDataItemsTemplate_InputArguments Property
              • DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedDataItemsTemplate_OutputArguments Property
              • DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedEvents_InputArguments Property
              • DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedEvents_OutputArguments Property
              • DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedEventsTemplate_InputArguments Property
              • DataSetFolderType_DataSetFolderName_Placeholder_AddPublishedEventsTemplate_OutputArguments Property
              • DataSetFolderType_DataSetFolderName_Placeholder_RemoveDataSetFolder_InputArguments Property
              • DataSetFolderType_DataSetFolderName_Placeholder_RemovePublishedDataSet_InputArguments Property
              • DataSetFolderType_PublishedDataSetName_Placeholder_ConfigurationVersion Property
              • DataSetFolderType_PublishedDataSetName_Placeholder_DataSetMetaData Property
              • DataSetFolderType_PublishedDataSetName_Placeholder_ExtensionFields_AddExtensionField_InputArguments Property
              • DataSetFolderType_PublishedDataSetName_Placeholder_ExtensionFields_AddExtensionField_OutputArguments Property
              • DataSetFolderType_PublishedDataSetName_Placeholder_ExtensionFields_RemoveExtensionField_InputArguments Property
              • DataSetFolderType_RemoveDataSetFolder_InputArguments Property
              • DataSetFolderType_RemovePublishedDataSet_InputArguments Property
              • DataSetOrderingType_EnumStrings Property
              • DataSetReaderType_CreateDataSetMirror_InputArguments Property
              • DataSetReaderType_CreateDataSetMirror_OutputArguments Property
              • DataSetReaderType_CreateTargetVariables_InputArguments Property
              • DataSetReaderType_CreateTargetVariables_OutputArguments Property
              • DataSetReaderType_DataSetFieldContentMask Property
              • DataSetReaderType_DataSetMetaData Property
              • DataSetReaderType_DataSetReaderProperties Property
              • DataSetReaderType_DataSetWriterId Property
              • DataSetReaderType_Diagnostics_Counters_DecryptionErrors_Active Property
              • DataSetReaderType_Diagnostics_Counters_DecryptionErrors_Classification Property
              • DataSetReaderType_Diagnostics_Counters_DecryptionErrors_DiagnosticsLevel Property
              • DataSetReaderType_Diagnostics_Counters_FailedDataSetMessages Property
              • DataSetReaderType_Diagnostics_Counters_FailedDataSetMessages_Active Property
              • DataSetReaderType_Diagnostics_Counters_FailedDataSetMessages_Classification Property
              • DataSetReaderType_Diagnostics_Counters_FailedDataSetMessages_DiagnosticsLevel Property
              • DataSetReaderType_Diagnostics_Counters_StateDisabledByMethod Property
              • DataSetReaderType_Diagnostics_Counters_StateDisabledByMethod_Active Property
              • DataSetReaderType_Diagnostics_Counters_StateDisabledByMethod_Classification Property
              • DataSetReaderType_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel Property
              • DataSetReaderType_Diagnostics_Counters_StateError Property
              • DataSetReaderType_Diagnostics_Counters_StateError_Active Property
              • DataSetReaderType_Diagnostics_Counters_StateError_Classification Property
              • DataSetReaderType_Diagnostics_Counters_StateError_DiagnosticsLevel Property
              • DataSetReaderType_Diagnostics_Counters_StateOperationalByMethod Property
              • DataSetReaderType_Diagnostics_Counters_StateOperationalByMethod_Active Property
              • DataSetReaderType_Diagnostics_Counters_StateOperationalByMethod_Classification Property
              • DataSetReaderType_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel Property
              • DataSetReaderType_Diagnostics_Counters_StateOperationalByParent Property
              • DataSetReaderType_Diagnostics_Counters_StateOperationalByParent_Active Property
              • DataSetReaderType_Diagnostics_Counters_StateOperationalByParent_Classification Property
              • DataSetReaderType_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel Property
              • DataSetReaderType_Diagnostics_Counters_StateOperationalFromError Property
              • DataSetReaderType_Diagnostics_Counters_StateOperationalFromError_Active Property
              • DataSetReaderType_Diagnostics_Counters_StateOperationalFromError_Classification Property
              • DataSetReaderType_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel Property
              • DataSetReaderType_Diagnostics_Counters_StatePausedByParent Property
              • DataSetReaderType_Diagnostics_Counters_StatePausedByParent_Active Property
              • DataSetReaderType_Diagnostics_Counters_StatePausedByParent_Classification Property
              • DataSetReaderType_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel Property
              • DataSetReaderType_Diagnostics_DiagnosticsLevel Property
              • DataSetReaderType_Diagnostics_LiveValues_MajorVersion_DiagnosticsLevel Property
              • DataSetReaderType_Diagnostics_LiveValues_MessageSequenceNumber_DiagnosticsLevel Property
              • DataSetReaderType_Diagnostics_LiveValues_MinorVersion_DiagnosticsLevel Property
              • DataSetReaderType_Diagnostics_LiveValues_SecurityTokenID_DiagnosticsLevel Property
              • DataSetReaderType_Diagnostics_LiveValues_StatusCode_DiagnosticsLevel Property
              • DataSetReaderType_Diagnostics_LiveValues_TimeToNextTokenID_DiagnosticsLevel Property
              • DataSetReaderType_Diagnostics_SubError Property
              • DataSetReaderType_Diagnostics_TotalError Property
              • DataSetReaderType_Diagnostics_TotalError_Active Property
              • DataSetReaderType_Diagnostics_TotalError_Classification Property
              • DataSetReaderType_Diagnostics_TotalError_DiagnosticsLevel Property
              • DataSetReaderType_Diagnostics_TotalInformation Property
              • DataSetReaderType_Diagnostics_TotalInformation_Active Property
              • DataSetReaderType_Diagnostics_TotalInformation_Classification Property
              • DataSetReaderType_Diagnostics_TotalInformation_DiagnosticsLevel Property
              • DataSetReaderType_HeaderLayoutUri Property
              • DataSetReaderType_KeyFrameCount Property
              • DataSetReaderType_MessageReceiveTimeout Property
              • DataSetReaderType_PublisherId Property
              • DataSetReaderType_SecurityGroupId Property
              • DataSetReaderType_SecurityKeyServices Property
              • DataSetReaderType_SecurityMode Property
              • DataSetReaderType_Status_State Property
              • DataSetReaderType_WriterGroupId Property
              • DataSetWriterType_DataSetFieldContentMask Property
              • DataSetWriterType_DataSetWriterId Property
              • DataSetWriterType_DataSetWriterProperties Property
              • DataSetWriterType_Diagnostics_Counters_FailedDataSetMessages Property
              • DataSetWriterType_Diagnostics_Counters_FailedDataSetMessages_Active Property
              • DataSetWriterType_Diagnostics_Counters_FailedDataSetMessages_Classification Property
              • DataSetWriterType_Diagnostics_Counters_FailedDataSetMessages_DiagnosticsLevel Property
              • DataSetWriterType_Diagnostics_Counters_StateDisabledByMethod Property
              • DataSetWriterType_Diagnostics_Counters_StateDisabledByMethod_Active Property
              • DataSetWriterType_Diagnostics_Counters_StateDisabledByMethod_Classification Property
              • DataSetWriterType_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel Property
              • DataSetWriterType_Diagnostics_Counters_StateError Property
              • DataSetWriterType_Diagnostics_Counters_StateError_Active Property
              • DataSetWriterType_Diagnostics_Counters_StateError_Classification Property
              • DataSetWriterType_Diagnostics_Counters_StateError_DiagnosticsLevel Property
              • DataSetWriterType_Diagnostics_Counters_StateOperationalByMethod Property
              • DataSetWriterType_Diagnostics_Counters_StateOperationalByMethod_Active Property
              • DataSetWriterType_Diagnostics_Counters_StateOperationalByMethod_Classification Property
              • DataSetWriterType_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel Property
              • DataSetWriterType_Diagnostics_Counters_StateOperationalByParent Property
              • DataSetWriterType_Diagnostics_Counters_StateOperationalByParent_Active Property
              • DataSetWriterType_Diagnostics_Counters_StateOperationalByParent_Classification Property
              • DataSetWriterType_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel Property
              • DataSetWriterType_Diagnostics_Counters_StateOperationalFromError Property
              • DataSetWriterType_Diagnostics_Counters_StateOperationalFromError_Active Property
              • DataSetWriterType_Diagnostics_Counters_StateOperationalFromError_Classification Property
              • DataSetWriterType_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel Property
              • DataSetWriterType_Diagnostics_Counters_StatePausedByParent Property
              • DataSetWriterType_Diagnostics_Counters_StatePausedByParent_Active Property
              • DataSetWriterType_Diagnostics_Counters_StatePausedByParent_Classification Property
              • DataSetWriterType_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel Property
              • DataSetWriterType_Diagnostics_DiagnosticsLevel Property
              • DataSetWriterType_Diagnostics_LiveValues_MajorVersion_DiagnosticsLevel Property
              • DataSetWriterType_Diagnostics_LiveValues_MessageSequenceNumber_DiagnosticsLevel Property
              • DataSetWriterType_Diagnostics_LiveValues_MinorVersion_DiagnosticsLevel Property
              • DataSetWriterType_Diagnostics_LiveValues_StatusCode_DiagnosticsLevel Property
              • DataSetWriterType_Diagnostics_SubError Property
              • DataSetWriterType_Diagnostics_TotalError Property
              • DataSetWriterType_Diagnostics_TotalError_Active Property
              • DataSetWriterType_Diagnostics_TotalError_Classification Property
              • DataSetWriterType_Diagnostics_TotalError_DiagnosticsLevel Property
              • DataSetWriterType_Diagnostics_TotalInformation Property
              • DataSetWriterType_Diagnostics_TotalInformation_Active Property
              • DataSetWriterType_Diagnostics_TotalInformation_Classification Property
              • DataSetWriterType_Diagnostics_TotalInformation_DiagnosticsLevel Property
              • DataSetWriterType_KeyFrameCount Property
              • DataSetWriterType_Status_State Property
              • DataTypeDescriptionType_DataTypeVersion Property
              • DataTypeDescriptionType_DictionaryFragment Property
              • DataTypeDictionaryType_DataTypeVersion Property
              • DataTypeDictionaryType_Deprecated Property
              • DataTypeDictionaryType_NamespaceUri Property
              • DeadbandType_EnumStrings Property
              • DefaultInputValues Property
              • DiagnosticsLevel_EnumStrings Property
              • DialogConditionType_AddComment_InputArguments Property
              • DialogConditionType_CancelResponse Property
              • DialogConditionType_Comment_SourceTimestamp Property
              • DialogConditionType_ConditionRefresh_InputArguments Property
              • DialogConditionType_ConditionRefresh2_InputArguments Property
              • DialogConditionType_DefaultResponse Property
              • DialogConditionType_DialogState Property
              • DialogConditionType_DialogState_FalseState Property
              • DialogConditionType_DialogState_Id Property
              • DialogConditionType_DialogState_TransitionTime Property
              • DialogConditionType_DialogState_TrueState Property
              • DialogConditionType_EnabledState Property
              • DialogConditionType_EnabledState_Id Property
              • DialogConditionType_LastResponse Property
              • DialogConditionType_LastSeverity_SourceTimestamp Property
              • DialogConditionType_OkResponse Property
              • DialogConditionType_Prompt Property
              • DialogConditionType_Quality_SourceTimestamp Property
              • DialogConditionType_Respond_InputArguments Property
              • DialogConditionType_ResponseOptionSet Property
              • DiscrepancyAlarmType_AckedState_Id Property
              • DiscrepancyAlarmType_Acknowledge_InputArguments Property
              • DiscrepancyAlarmType_ActiveState_Id Property
              • DiscrepancyAlarmType_AddComment_InputArguments Property
              • DiscrepancyAlarmType_Comment_SourceTimestamp Property
              • DiscrepancyAlarmType_ConditionRefresh_InputArguments Property
              • DiscrepancyAlarmType_ConditionRefresh2_InputArguments Property
              • DiscrepancyAlarmType_Confirm_InputArguments Property
              • DiscrepancyAlarmType_ConfirmedState_Id Property
              • DiscrepancyAlarmType_EnabledState_Id Property
              • DiscrepancyAlarmType_ExpectedTime Property
              • DiscrepancyAlarmType_LastSeverity_SourceTimestamp Property
              • DiscrepancyAlarmType_LatchedState_Id Property
              • DiscrepancyAlarmType_OutOfServiceState_Id Property
              • DiscrepancyAlarmType_Quality_SourceTimestamp Property
              • DiscrepancyAlarmType_ShelvingState_CurrentState Property
              • DiscrepancyAlarmType_ShelvingState_CurrentState_Id Property
              • DiscrepancyAlarmType_ShelvingState_LastTransition_Id Property
              • DiscrepancyAlarmType_ShelvingState_TimedShelve_InputArguments Property
              • DiscrepancyAlarmType_ShelvingState_UnshelveTime Property
              • DiscrepancyAlarmType_SilenceState_Id Property
              • DiscrepancyAlarmType_SuppressedState_Id Property
              • DiscrepancyAlarmType_TargetValueNode Property
              • DiscrepancyAlarmType_Tolerance Property
              • DiscreteAlarmType_AckedState_Id Property
              • DiscreteAlarmType_Acknowledge_InputArguments Property
              • DiscreteAlarmType_ActiveState_Id Property
              • DiscreteAlarmType_AddComment_InputArguments Property
              • DiscreteAlarmType_Comment_SourceTimestamp Property
              • DiscreteAlarmType_ConditionRefresh_InputArguments Property
              • DiscreteAlarmType_ConditionRefresh2_InputArguments Property
              • DiscreteAlarmType_Confirm_InputArguments Property
              • DiscreteAlarmType_ConfirmedState_Id Property
              • DiscreteAlarmType_EnabledState_Id Property
              • DiscreteAlarmType_LastSeverity_SourceTimestamp Property
              • DiscreteAlarmType_LatchedState_Id Property
              • DiscreteAlarmType_OutOfServiceState_Id Property
              • DiscreteAlarmType_Quality_SourceTimestamp Property
              • DiscreteAlarmType_ShelvingState_CurrentState Property
              • DiscreteAlarmType_ShelvingState_CurrentState_Id Property
              • DiscreteAlarmType_ShelvingState_LastTransition_Id Property
              • DiscreteAlarmType_ShelvingState_TimedShelve_InputArguments Property
              • DiscreteAlarmType_ShelvingState_UnshelveTime Property
              • DiscreteAlarmType_SilenceState_Id Property
              • DiscreteAlarmType_SuppressedState_Id Property
              • EngineeringUnits Property
              • EnumStrings Property
              • EnumValues Property
              • EventNotifierType_OptionSetValues Property
              • ExceptionDeviationFormat_EnumStrings Property
              • ExclusiveDeviationAlarmType_AckedState_Id Property
              • ExclusiveDeviationAlarmType_Acknowledge_InputArguments Property
              • ExclusiveDeviationAlarmType_ActiveState_Id Property
              • ExclusiveDeviationAlarmType_AddComment_InputArguments Property
              • ExclusiveDeviationAlarmType_BaseSetpointNode Property
              • ExclusiveDeviationAlarmType_Comment_SourceTimestamp Property
              • ExclusiveDeviationAlarmType_ConditionRefresh_InputArguments Property
              • ExclusiveDeviationAlarmType_ConditionRefresh2_InputArguments Property
              • ExclusiveDeviationAlarmType_Confirm_InputArguments Property
              • ExclusiveDeviationAlarmType_ConfirmedState_Id Property
              • ExclusiveDeviationAlarmType_EnabledState_Id Property
              • ExclusiveDeviationAlarmType_LastSeverity_SourceTimestamp Property
              • ExclusiveDeviationAlarmType_LatchedState_Id Property
              • ExclusiveDeviationAlarmType_LimitState_CurrentState Property
              • ExclusiveDeviationAlarmType_LimitState_CurrentState_Id Property
              • ExclusiveDeviationAlarmType_LimitState_LastTransition_Id Property
              • ExclusiveDeviationAlarmType_OutOfServiceState_Id Property
              • ExclusiveDeviationAlarmType_Quality_SourceTimestamp Property
              • ExclusiveDeviationAlarmType_SetpointNode Property
              • ExclusiveDeviationAlarmType_ShelvingState_CurrentState Property
              • ExclusiveDeviationAlarmType_ShelvingState_CurrentState_Id Property
              • ExclusiveDeviationAlarmType_ShelvingState_LastTransition_Id Property
              • ExclusiveDeviationAlarmType_ShelvingState_TimedShelve_InputArguments Property
              • ExclusiveDeviationAlarmType_ShelvingState_UnshelveTime Property
              • ExclusiveDeviationAlarmType_SilenceState_Id Property
              • ExclusiveDeviationAlarmType_SuppressedState_Id Property
              • ExclusiveLevelAlarmType_AckedState_Id Property
              • ExclusiveLevelAlarmType_Acknowledge_InputArguments Property
              • ExclusiveLevelAlarmType_ActiveState_Id Property
              • ExclusiveLevelAlarmType_AddComment_InputArguments Property
              • ExclusiveLevelAlarmType_Comment_SourceTimestamp Property
              • ExclusiveLevelAlarmType_ConditionRefresh_InputArguments Property
              • ExclusiveLevelAlarmType_ConditionRefresh2_InputArguments Property
              • ExclusiveLevelAlarmType_Confirm_InputArguments Property
              • ExclusiveLevelAlarmType_ConfirmedState_Id Property
              • ExclusiveLevelAlarmType_EnabledState_Id Property
              • ExclusiveLevelAlarmType_LastSeverity_SourceTimestamp Property
              • ExclusiveLevelAlarmType_LatchedState_Id Property
              • ExclusiveLevelAlarmType_LimitState_CurrentState Property
              • ExclusiveLevelAlarmType_LimitState_CurrentState_Id Property
              • ExclusiveLevelAlarmType_LimitState_LastTransition_Id Property
              • ExclusiveLevelAlarmType_OutOfServiceState_Id Property
              • ExclusiveLevelAlarmType_Quality_SourceTimestamp Property
              • ExclusiveLevelAlarmType_ShelvingState_CurrentState Property
              • ExclusiveLevelAlarmType_ShelvingState_CurrentState_Id Property
              • ExclusiveLevelAlarmType_ShelvingState_LastTransition_Id Property
              • ExclusiveLevelAlarmType_ShelvingState_TimedShelve_InputArguments Property
              • ExclusiveLevelAlarmType_ShelvingState_UnshelveTime Property
              • ExclusiveLevelAlarmType_SilenceState_Id Property
              • ExclusiveLevelAlarmType_SuppressedState_Id Property
              • ExclusiveLimitAlarmType_AckedState_Id Property
              • ExclusiveLimitAlarmType_Acknowledge_InputArguments Property
              • ExclusiveLimitAlarmType_ActiveState Property
              • ExclusiveLimitAlarmType_ActiveState_Id Property
              • ExclusiveLimitAlarmType_AddComment_InputArguments Property
              • ExclusiveLimitAlarmType_Comment_SourceTimestamp Property
              • ExclusiveLimitAlarmType_ConditionRefresh_InputArguments Property
              • ExclusiveLimitAlarmType_ConditionRefresh2_InputArguments Property
              • ExclusiveLimitAlarmType_Confirm_InputArguments Property
              • ExclusiveLimitAlarmType_ConfirmedState_Id Property
              • ExclusiveLimitAlarmType_EnabledState_Id Property
              • ExclusiveLimitAlarmType_LastSeverity_SourceTimestamp Property
              • ExclusiveLimitAlarmType_LatchedState_Id Property
              • ExclusiveLimitAlarmType_LimitState_CurrentState Property
              • ExclusiveLimitAlarmType_LimitState_CurrentState_Id Property
              • ExclusiveLimitAlarmType_LimitState_LastTransition Property
              • ExclusiveLimitAlarmType_LimitState_LastTransition_Id Property
              • ExclusiveLimitAlarmType_LimitState_LastTransition_TransitionTime Property
              • ExclusiveLimitAlarmType_OutOfServiceState_Id Property
              • ExclusiveLimitAlarmType_Quality_SourceTimestamp Property
              • ExclusiveLimitAlarmType_ShelvingState_CurrentState Property
              • ExclusiveLimitAlarmType_ShelvingState_CurrentState_Id Property
              • ExclusiveLimitAlarmType_ShelvingState_LastTransition_Id Property
              • ExclusiveLimitAlarmType_ShelvingState_TimedShelve_InputArguments Property
              • ExclusiveLimitAlarmType_ShelvingState_UnshelveTime Property
              • ExclusiveLimitAlarmType_SilenceState_Id Property
              • ExclusiveLimitAlarmType_SuppressedState_Id Property
              • ExclusiveLimitStateMachineType_CurrentState_Id Property
              • ExclusiveLimitStateMachineType_HighHighToHigh_TransitionNumber Property
              • ExclusiveLimitStateMachineType_HighToHighHigh_TransitionNumber Property
              • ExclusiveLimitStateMachineType_LastTransition_Id Property
              • ExclusiveLimitStateMachineType_LowLowToLow_TransitionNumber Property
              • ExclusiveLimitStateMachineType_LowToLowLow_TransitionNumber Property
              • ExclusiveRateOfChangeAlarmType_AckedState_Id Property
              • ExclusiveRateOfChangeAlarmType_Acknowledge_InputArguments Property
              • ExclusiveRateOfChangeAlarmType_ActiveState_Id Property
              • ExclusiveRateOfChangeAlarmType_AddComment_InputArguments Property
              • ExclusiveRateOfChangeAlarmType_Comment_SourceTimestamp Property
              • ExclusiveRateOfChangeAlarmType_ConditionRefresh_InputArguments Property
              • ExclusiveRateOfChangeAlarmType_ConditionRefresh2_InputArguments Property
              • ExclusiveRateOfChangeAlarmType_Confirm_InputArguments Property
              • ExclusiveRateOfChangeAlarmType_ConfirmedState_Id Property
              • ExclusiveRateOfChangeAlarmType_EnabledState_Id Property
              • ExclusiveRateOfChangeAlarmType_EngineeringUnits Property
              • ExclusiveRateOfChangeAlarmType_LastSeverity_SourceTimestamp Property
              • ExclusiveRateOfChangeAlarmType_LatchedState_Id Property
              • ExclusiveRateOfChangeAlarmType_LimitState_CurrentState Property
              • ExclusiveRateOfChangeAlarmType_LimitState_CurrentState_Id Property
              • ExclusiveRateOfChangeAlarmType_LimitState_LastTransition_Id Property
              • ExclusiveRateOfChangeAlarmType_OutOfServiceState_Id Property
              • ExclusiveRateOfChangeAlarmType_Quality_SourceTimestamp Property
              • ExclusiveRateOfChangeAlarmType_ShelvingState_CurrentState Property
              • ExclusiveRateOfChangeAlarmType_ShelvingState_CurrentState_Id Property
              • ExclusiveRateOfChangeAlarmType_ShelvingState_LastTransition_Id Property
              • ExclusiveRateOfChangeAlarmType_ShelvingState_TimedShelve_InputArguments Property
              • ExclusiveRateOfChangeAlarmType_ShelvingState_UnshelveTime Property
              • ExclusiveRateOfChangeAlarmType_SilenceState_Id Property
              • ExclusiveRateOfChangeAlarmType_SuppressedState_Id Property
              • ExpressionGuardVariableType_Expression Property
              • ExtensionFieldsType_AddExtensionField_InputArguments Property
              • ExtensionFieldsType_AddExtensionField_OutputArguments Property
              • ExtensionFieldsType_ExtensionFieldName_Placeholder Property
              • ExtensionFieldsType_RemoveExtensionField_InputArguments Property
              • FileDirectoryType_CreateDirectory_InputArguments Property
              • FileDirectoryType_CreateDirectory_OutputArguments Property
              • FileDirectoryType_CreateFile_InputArguments Property
              • FileDirectoryType_CreateFile_OutputArguments Property
              • FileDirectoryType_DeleteFileSystemObject_InputArguments Property
              • FileDirectoryType_FileDirectoryName_Placeholder_CreateDirectory_InputArguments Property
              • FileDirectoryType_FileDirectoryName_Placeholder_CreateDirectory_OutputArguments Property
              • FileDirectoryType_FileDirectoryName_Placeholder_CreateFile_InputArguments Property
              • FileDirectoryType_FileDirectoryName_Placeholder_CreateFile_OutputArguments Property
              • FileDirectoryType_FileDirectoryName_Placeholder_DeleteFileSystemObject_InputArguments Property
              • FileDirectoryType_FileDirectoryName_Placeholder_MoveOrCopy_InputArguments Property
              • FileDirectoryType_FileDirectoryName_Placeholder_MoveOrCopy_OutputArguments Property
              • FileDirectoryType_FileName_Placeholder_Close_InputArguments Property
              • FileDirectoryType_FileName_Placeholder_GetPosition_InputArguments Property
              • FileDirectoryType_FileName_Placeholder_GetPosition_OutputArguments Property
              • FileDirectoryType_FileName_Placeholder_Open_InputArguments Property
              • FileDirectoryType_FileName_Placeholder_Open_OutputArguments Property
              • FileDirectoryType_FileName_Placeholder_OpenCount Property
              • FileDirectoryType_FileName_Placeholder_Read_InputArguments Property
              • FileDirectoryType_FileName_Placeholder_Read_OutputArguments Property
              • FileDirectoryType_FileName_Placeholder_SetPosition_InputArguments Property
              • FileDirectoryType_FileName_Placeholder_Size Property
              • FileDirectoryType_FileName_Placeholder_UserWritable Property
              • FileDirectoryType_FileName_Placeholder_Writable Property
              • FileDirectoryType_FileName_Placeholder_Write_InputArguments Property
              • FileDirectoryType_MoveOrCopy_InputArguments Property
              • FileDirectoryType_MoveOrCopy_OutputArguments Property
              • FileSystem_CreateDirectory_InputArguments Property
              • FileSystem_CreateDirectory_OutputArguments Property
              • FileSystem_CreateFile_InputArguments Property
              • FileSystem_CreateFile_OutputArguments Property
              • FileSystem_DeleteFileSystemObject_InputArguments Property
              • FileSystem_FileDirectoryName_Placeholder_CreateDirectory_InputArguments Property
              • FileSystem_FileDirectoryName_Placeholder_CreateDirectory_OutputArguments Property
              • FileSystem_FileDirectoryName_Placeholder_CreateFile_InputArguments Property
              • FileSystem_FileDirectoryName_Placeholder_CreateFile_OutputArguments Property
              • FileSystem_FileDirectoryName_Placeholder_DeleteFileSystemObject_InputArguments Property
              • FileSystem_FileDirectoryName_Placeholder_MoveOrCopy_InputArguments Property
              • FileSystem_FileDirectoryName_Placeholder_MoveOrCopy_OutputArguments Property
              • FileSystem_FileName_Placeholder_Close_InputArguments Property
              • FileSystem_FileName_Placeholder_GetPosition_InputArguments Property
              • FileSystem_FileName_Placeholder_GetPosition_OutputArguments Property
              • FileSystem_FileName_Placeholder_Open_InputArguments Property
              • FileSystem_FileName_Placeholder_Open_OutputArguments Property
              • FileSystem_FileName_Placeholder_OpenCount Property
              • FileSystem_FileName_Placeholder_Read_InputArguments Property
              • FileSystem_FileName_Placeholder_Read_OutputArguments Property
              • FileSystem_FileName_Placeholder_SetPosition_InputArguments Property
              • FileSystem_FileName_Placeholder_Size Property
              • FileSystem_FileName_Placeholder_UserWritable Property
              • FileSystem_FileName_Placeholder_Writable Property
              • FileSystem_FileName_Placeholder_Write_InputArguments Property
              • FileSystem_MoveOrCopy_InputArguments Property
              • FileSystem_MoveOrCopy_OutputArguments Property
              • FileTransferStateMachineType_ApplyWriteToError_TransitionNumber Property
              • FileTransferStateMachineType_ApplyWriteToIdle_TransitionNumber Property
              • FileTransferStateMachineType_CurrentState_Id Property
              • FileTransferStateMachineType_ErrorToIdle_TransitionNumber Property
              • FileTransferStateMachineType_IdleToApplyWrite_TransitionNumber Property
              • FileTransferStateMachineType_IdleToReadPrepare_TransitionNumber Property
              • FileTransferStateMachineType_LastTransition_Id Property
              • FileTransferStateMachineType_ReadPrepareToError_TransitionNumber Property
              • FileTransferStateMachineType_ReadPrepareToReadTransfer_TransitionNumber Property
              • FileTransferStateMachineType_ReadTransferToError_TransitionNumber Property
              • FileTransferStateMachineType_ReadTransferToIdle_TransitionNumber Property
              • FileType_Close_InputArguments Property
              • FileType_GetPosition_InputArguments Property
              • FileType_GetPosition_OutputArguments Property
              • FileType_MimeType Property
              • FileType_Open_InputArguments Property
              • FileType_Open_OutputArguments Property
              • FileType_OpenCount Property
              • FileType_Read_InputArguments Property
              • FileType_Read_OutputArguments Property
              • FileType_SetPosition_InputArguments Property
              • FileType_Size Property
              • FileType_UserWritable Property
              • FileType_Writable Property
              • FileType_Write_InputArguments Property
              • FilterOperator_EnumStrings Property
              • FiniteStateMachineType_AvailableStates Property
              • FiniteStateMachineType_AvailableTransitions Property
              • FiniteStateMachineType_CurrentState Property
              • FiniteStateMachineType_CurrentState_Id Property
              • FiniteStateMachineType_LastTransition Property
              • FiniteStateMachineType_LastTransition_Id Property
              • FiniteStateVariableType_Id Property
              • FiniteTransitionVariableType_Id Property
              • GeneralModelChangeEventType_Changes Property
              • HAConfiguration_AggregateConfiguration_PercentDataBad Property
              • HAConfiguration_AggregateConfiguration_PercentDataGood Property
              • HAConfiguration_AggregateConfiguration_TreatUncertainAsBad Property
              • HAConfiguration_AggregateConfiguration_UseSlopedExtrapolation Property
              • HAConfiguration_Stepped Property
              • HistoricalDataConfigurationType_AggregateConfiguration_PercentDataBad Property
              • HistoricalDataConfigurationType_AggregateConfiguration_PercentDataGood Property
              • HistoricalDataConfigurationType_AggregateConfiguration_TreatUncertainAsBad Property
              • HistoricalDataConfigurationType_AggregateConfiguration_UseSlopedExtrapolation Property
              • HistoricalDataConfigurationType_Definition Property
              • HistoricalDataConfigurationType_ExceptionDeviation Property
              • HistoricalDataConfigurationType_ExceptionDeviationFormat Property
              • HistoricalDataConfigurationType_MaxTimeInterval Property
              • HistoricalDataConfigurationType_MinTimeInterval Property
              • HistoricalDataConfigurationType_StartOfArchive Property
              • HistoricalDataConfigurationType_StartOfOnlineArchive Property
              • HistoricalDataConfigurationType_Stepped Property
              • HistoricalEventFilter Property
              • HistoryServerCapabilities_AccessHistoryDataCapability Property
              • HistoryServerCapabilities_AccessHistoryEventsCapability Property
              • HistoryServerCapabilities_DeleteAtTimeCapability Property
              • HistoryServerCapabilities_DeleteEventCapability Property
              • HistoryServerCapabilities_DeleteRawCapability Property
              • HistoryServerCapabilities_InsertAnnotationCapability Property
              • HistoryServerCapabilities_InsertDataCapability Property
              • HistoryServerCapabilities_InsertEventCapability Property
              • HistoryServerCapabilities_MaxReturnDataValues Property
              • HistoryServerCapabilities_MaxReturnEventValues Property
              • HistoryServerCapabilities_ReplaceDataCapability Property
              • HistoryServerCapabilities_ReplaceEventCapability Property
              • HistoryServerCapabilities_UpdateDataCapability Property
              • HistoryServerCapabilities_UpdateEventCapability Property
              • HistoryServerCapabilitiesType_AccessHistoryDataCapability Property
              • HistoryServerCapabilitiesType_AccessHistoryEventsCapability Property
              • HistoryServerCapabilitiesType_DeleteAtTimeCapability Property
              • HistoryServerCapabilitiesType_DeleteEventCapability Property
              • HistoryServerCapabilitiesType_DeleteRawCapability Property
              • HistoryServerCapabilitiesType_InsertAnnotationCapability Property
              • HistoryServerCapabilitiesType_InsertDataCapability Property
              • HistoryServerCapabilitiesType_InsertEventCapability Property
              • HistoryServerCapabilitiesType_MaxReturnDataValues Property
              • HistoryServerCapabilitiesType_MaxReturnEventValues Property
              • HistoryServerCapabilitiesType_ReplaceDataCapability Property
              • HistoryServerCapabilitiesType_ReplaceEventCapability Property
              • HistoryServerCapabilitiesType_UpdateDataCapability Property
              • HistoryServerCapabilitiesType_UpdateEventCapability Property
              • HistoryUpdateType_EnumValues Property
              • Icon Property
              • IdentityCriteriaType_EnumValues Property
              • IdType_EnumStrings Property
              • ImageItemType_XAxisDefinition Property
              • ImageItemType_YAxisDefinition Property
              • InputArguments Property
              • InstrumentDiagnosticAlarmType_AckedState_Id Property
              • InstrumentDiagnosticAlarmType_Acknowledge_InputArguments Property
              • InstrumentDiagnosticAlarmType_ActiveState_Id Property
              • InstrumentDiagnosticAlarmType_AddComment_InputArguments Property
              • InstrumentDiagnosticAlarmType_Comment_SourceTimestamp Property
              • InstrumentDiagnosticAlarmType_ConditionRefresh_InputArguments Property
              • InstrumentDiagnosticAlarmType_ConditionRefresh2_InputArguments Property
              • InstrumentDiagnosticAlarmType_Confirm_InputArguments Property
              • InstrumentDiagnosticAlarmType_ConfirmedState_Id Property
              • InstrumentDiagnosticAlarmType_EnabledState_Id Property
              • InstrumentDiagnosticAlarmType_LastSeverity_SourceTimestamp Property
              • InstrumentDiagnosticAlarmType_LatchedState_Id Property
              • InstrumentDiagnosticAlarmType_OutOfServiceState_Id Property
              • InstrumentDiagnosticAlarmType_Quality_SourceTimestamp Property
              • InstrumentDiagnosticAlarmType_ShelvingState_CurrentState Property
              • InstrumentDiagnosticAlarmType_ShelvingState_CurrentState_Id Property
              • InstrumentDiagnosticAlarmType_ShelvingState_LastTransition_Id Property
              • InstrumentDiagnosticAlarmType_ShelvingState_TimedShelve_InputArguments Property
              • InstrumentDiagnosticAlarmType_ShelvingState_UnshelveTime Property
              • InstrumentDiagnosticAlarmType_SilenceState_Id Property
              • InstrumentDiagnosticAlarmType_SuppressedState_Id Property
              • JsonDataSetMessageContentMask_OptionSetValues Property
              • JsonDataSetReaderMessageType_DataSetMessageContentMask Property
              • JsonDataSetReaderMessageType_NetworkMessageContentMask Property
              • JsonDataSetWriterMessageType_DataSetMessageContentMask Property
              • JsonNetworkMessageContentMask_OptionSetValues Property
              • JsonWriterGroupMessageType_NetworkMessageContentMask Property
              • KeyCredentialAuditEventType_ResourceUri Property
              • KeyCredentialConfiguration_CreateCredential_InputArguments Property
              • KeyCredentialConfiguration_CreateCredential_OutputArguments Property
              • KeyCredentialConfiguration_ServiceName_Placeholder_GetEncryptingKey_InputArguments Property
              • KeyCredentialConfiguration_ServiceName_Placeholder_GetEncryptingKey_OutputArguments Property
              • KeyCredentialConfiguration_ServiceName_Placeholder_ProfileUri Property
              • KeyCredentialConfiguration_ServiceName_Placeholder_ResourceUri Property
              • KeyCredentialConfiguration_ServiceName_Placeholder_UpdateCredential_InputArguments Property
              • KeyCredentialConfigurationFolderType_CreateCredential_InputArguments Property
              • KeyCredentialConfigurationFolderType_CreateCredential_OutputArguments Property
              • KeyCredentialConfigurationFolderType_ServiceName_Placeholder_GetEncryptingKey_InputArguments Property
              • KeyCredentialConfigurationFolderType_ServiceName_Placeholder_GetEncryptingKey_OutputArguments Property
              • KeyCredentialConfigurationFolderType_ServiceName_Placeholder_ProfileUri Property
              • KeyCredentialConfigurationFolderType_ServiceName_Placeholder_ResourceUri Property
              • KeyCredentialConfigurationFolderType_ServiceName_Placeholder_UpdateCredential_InputArguments Property
              • KeyCredentialConfigurationType_EndpointUrls Property
              • KeyCredentialConfigurationType_GetEncryptingKey_InputArguments Property
              • KeyCredentialConfigurationType_GetEncryptingKey_OutputArguments Property
              • KeyCredentialConfigurationType_ProfileUri Property
              • KeyCredentialConfigurationType_ResourceUri Property
              • KeyCredentialConfigurationType_ServiceStatus Property
              • KeyCredentialConfigurationType_UpdateCredential_InputArguments Property
              • LimitAlarmType_AckedState_Id Property
              • LimitAlarmType_Acknowledge_InputArguments Property
              • LimitAlarmType_ActiveState_Id Property
              • LimitAlarmType_AddComment_InputArguments Property
              • LimitAlarmType_BaseHighHighLimit Property
              • LimitAlarmType_BaseHighLimit Property
              • LimitAlarmType_BaseLowLimit Property
              • LimitAlarmType_BaseLowLowLimit Property
              • LimitAlarmType_Comment_SourceTimestamp Property
              • LimitAlarmType_ConditionRefresh_InputArguments Property
              • LimitAlarmType_ConditionRefresh2_InputArguments Property
              • LimitAlarmType_Confirm_InputArguments Property
              • LimitAlarmType_ConfirmedState_Id Property
              • LimitAlarmType_EnabledState_Id Property
              • LimitAlarmType_HighHighLimit Property
              • LimitAlarmType_HighLimit Property
              • LimitAlarmType_LastSeverity_SourceTimestamp Property
              • LimitAlarmType_LatchedState_Id Property
              • LimitAlarmType_LowLimit Property
              • LimitAlarmType_LowLowLimit Property
              • LimitAlarmType_OutOfServiceState_Id Property
              • LimitAlarmType_Quality_SourceTimestamp Property
              • LimitAlarmType_ShelvingState_CurrentState Property
              • LimitAlarmType_ShelvingState_CurrentState_Id Property
              • LimitAlarmType_ShelvingState_LastTransition_Id Property
              • LimitAlarmType_ShelvingState_TimedShelve_InputArguments Property
              • LimitAlarmType_ShelvingState_UnshelveTime Property
              • LimitAlarmType_SilenceState_Id Property
              • LimitAlarmType_SuppressedState_Id Property
              • LocalTime Property
              • MaxArrayLength Property
              • MaxByteStringLength Property
              • MaxCharacters Property
              • MaxStringLength Property
              • MessageSecurityMode_EnumStrings Property
              • ModelChangeStructureVerbMask_EnumValues Property
              • ModellingRule_ExposesItsArray_NamingRule Property
              • ModellingRule_Mandatory_NamingRule Property
              • ModellingRule_MandatoryPlaceholder_NamingRule Property
              • ModellingRule_MandatoryShared_NamingRule Property
              • ModellingRule_Optional_NamingRule Property
              • ModellingRule_OptionalPlaceholder_NamingRule Property
              • ModellingRuleType_NamingRule Property
              • MonitoringMode_EnumStrings Property
              • MultiStateDiscreteType_EnumStrings Property
              • MultiStateValueDiscreteType_EnumValues Property
              • MultiStateValueDiscreteType_ValueAsText Property
              • NamespaceMetadataType_DefaultAccessRestrictions Property
              • NamespaceMetadataType_DefaultRolePermissions Property
              • NamespaceMetadataType_DefaultUserRolePermissions Property
              • NamespaceMetadataType_IsNamespaceSubset Property
              • NamespaceMetadataType_NamespaceFile_Close_InputArguments Property
              • NamespaceMetadataType_NamespaceFile_GetPosition_InputArguments Property
              • NamespaceMetadataType_NamespaceFile_GetPosition_OutputArguments Property
              • NamespaceMetadataType_NamespaceFile_Open_InputArguments Property
              • NamespaceMetadataType_NamespaceFile_Open_OutputArguments Property
              • NamespaceMetadataType_NamespaceFile_OpenCount Property
              • NamespaceMetadataType_NamespaceFile_Read_InputArguments Property
              • NamespaceMetadataType_NamespaceFile_Read_OutputArguments Property
              • NamespaceMetadataType_NamespaceFile_SetPosition_InputArguments Property
              • NamespaceMetadataType_NamespaceFile_Size Property
              • NamespaceMetadataType_NamespaceFile_UserWritable Property
              • NamespaceMetadataType_NamespaceFile_Writable Property
              • NamespaceMetadataType_NamespaceFile_Write_InputArguments Property
              • NamespaceMetadataType_NamespacePublicationDate Property
              • NamespaceMetadataType_NamespaceUri Property
              • NamespaceMetadataType_NamespaceVersion Property
              • NamespaceMetadataType_StaticNodeIdTypes Property
              • NamespaceMetadataType_StaticNumericNodeIdRange Property
              • NamespaceMetadataType_StaticStringNodeIdPattern Property
              • NamespacesType_NamespaceIdentifier_Placeholder_IsNamespaceSubset Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Close_InputArguments Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_GetPosition_InputArguments Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_GetPosition_OutputArguments Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Open_InputArguments Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Open_OutputArguments Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_OpenCount Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Read_InputArguments Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Read_OutputArguments Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_SetPosition_InputArguments Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Size Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_UserWritable Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Writable Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceFile_Write_InputArguments Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespacePublicationDate Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceUri Property
              • NamespacesType_NamespaceIdentifier_Placeholder_NamespaceVersion Property
              • NamespacesType_NamespaceIdentifier_Placeholder_StaticNodeIdTypes Property
              • NamespacesType_NamespaceIdentifier_Placeholder_StaticNumericNodeIdRange Property
              • NamespacesType_NamespaceIdentifier_Placeholder_StaticStringNodeIdPattern Property
              • NamingRuleType_EnumValues Property
              • NDimensionArrayItemType_AxisDefinition Property
              • NetworkAddressType_NetworkInterface Property
              • NetworkAddressType_NetworkInterface_Selections Property
              • NetworkAddressUrlType_NetworkInterface_Selections Property
              • NetworkAddressUrlType_Url Property
              • NodeAttributesMask_EnumValues Property
              • NodeClass_EnumValues Property
              • NodeVersion Property
              • NonExclusiveDeviationAlarmType_AckedState_Id Property
              • NonExclusiveDeviationAlarmType_Acknowledge_InputArguments Property
              • NonExclusiveDeviationAlarmType_ActiveState_Id Property
              • NonExclusiveDeviationAlarmType_AddComment_InputArguments Property
              • NonExclusiveDeviationAlarmType_BaseSetpointNode Property
              • NonExclusiveDeviationAlarmType_Comment_SourceTimestamp Property
              • NonExclusiveDeviationAlarmType_ConditionRefresh_InputArguments Property
              • NonExclusiveDeviationAlarmType_ConditionRefresh2_InputArguments Property
              • NonExclusiveDeviationAlarmType_Confirm_InputArguments Property
              • NonExclusiveDeviationAlarmType_ConfirmedState_Id Property
              • NonExclusiveDeviationAlarmType_EnabledState_Id Property
              • NonExclusiveDeviationAlarmType_HighHighState_Id Property
              • NonExclusiveDeviationAlarmType_HighState_Id Property
              • NonExclusiveDeviationAlarmType_LastSeverity_SourceTimestamp Property
              • NonExclusiveDeviationAlarmType_LatchedState_Id Property
              • NonExclusiveDeviationAlarmType_LowLowState_Id Property
              • NonExclusiveDeviationAlarmType_LowState_Id Property
              • NonExclusiveDeviationAlarmType_OutOfServiceState_Id Property
              • NonExclusiveDeviationAlarmType_Quality_SourceTimestamp Property
              • NonExclusiveDeviationAlarmType_SetpointNode Property
              • NonExclusiveDeviationAlarmType_ShelvingState_CurrentState Property
              • NonExclusiveDeviationAlarmType_ShelvingState_CurrentState_Id Property
              • NonExclusiveDeviationAlarmType_ShelvingState_LastTransition_Id Property
              • NonExclusiveDeviationAlarmType_ShelvingState_TimedShelve_InputArguments Property
              • NonExclusiveDeviationAlarmType_ShelvingState_UnshelveTime Property
              • NonExclusiveDeviationAlarmType_SilenceState_Id Property
              • NonExclusiveDeviationAlarmType_SuppressedState_Id Property
              • NonExclusiveLevelAlarmType_AckedState_Id Property
              • NonExclusiveLevelAlarmType_Acknowledge_InputArguments Property
              • NonExclusiveLevelAlarmType_ActiveState_Id Property
              • NonExclusiveLevelAlarmType_AddComment_InputArguments Property
              • NonExclusiveLevelAlarmType_Comment_SourceTimestamp Property
              • NonExclusiveLevelAlarmType_ConditionRefresh_InputArguments Property
              • NonExclusiveLevelAlarmType_ConditionRefresh2_InputArguments Property
              • NonExclusiveLevelAlarmType_Confirm_InputArguments Property
              • NonExclusiveLevelAlarmType_ConfirmedState_Id Property
              • NonExclusiveLevelAlarmType_EnabledState_Id Property
              • NonExclusiveLevelAlarmType_HighHighState_Id Property
              • NonExclusiveLevelAlarmType_HighState_Id Property
              • NonExclusiveLevelAlarmType_LastSeverity_SourceTimestamp Property
              • NonExclusiveLevelAlarmType_LatchedState_Id Property
              • NonExclusiveLevelAlarmType_LowLowState_Id Property
              • NonExclusiveLevelAlarmType_LowState_Id Property
              • NonExclusiveLevelAlarmType_OutOfServiceState_Id Property
              • NonExclusiveLevelAlarmType_Quality_SourceTimestamp Property
              • NonExclusiveLevelAlarmType_ShelvingState_CurrentState Property
              • NonExclusiveLevelAlarmType_ShelvingState_CurrentState_Id Property
              • NonExclusiveLevelAlarmType_ShelvingState_LastTransition_Id Property
              • NonExclusiveLevelAlarmType_ShelvingState_TimedShelve_InputArguments Property
              • NonExclusiveLevelAlarmType_ShelvingState_UnshelveTime Property
              • NonExclusiveLevelAlarmType_SilenceState_Id Property
              • NonExclusiveLevelAlarmType_SuppressedState_Id Property
              • NonExclusiveLimitAlarmType_AckedState_Id Property
              • NonExclusiveLimitAlarmType_Acknowledge_InputArguments Property
              • NonExclusiveLimitAlarmType_ActiveState Property
              • NonExclusiveLimitAlarmType_ActiveState_Id Property
              • NonExclusiveLimitAlarmType_AddComment_InputArguments Property
              • NonExclusiveLimitAlarmType_Comment_SourceTimestamp Property
              • NonExclusiveLimitAlarmType_ConditionRefresh_InputArguments Property
              • NonExclusiveLimitAlarmType_ConditionRefresh2_InputArguments Property
              • NonExclusiveLimitAlarmType_Confirm_InputArguments Property
              • NonExclusiveLimitAlarmType_ConfirmedState_Id Property
              • NonExclusiveLimitAlarmType_EnabledState_Id Property
              • NonExclusiveLimitAlarmType_HighHighState Property
              • NonExclusiveLimitAlarmType_HighHighState_FalseState Property
              • NonExclusiveLimitAlarmType_HighHighState_Id Property
              • NonExclusiveLimitAlarmType_HighHighState_TransitionTime Property
              • NonExclusiveLimitAlarmType_HighHighState_TrueState Property
              • NonExclusiveLimitAlarmType_HighState Property
              • NonExclusiveLimitAlarmType_HighState_FalseState Property
              • NonExclusiveLimitAlarmType_HighState_Id Property
              • NonExclusiveLimitAlarmType_HighState_TransitionTime Property
              • NonExclusiveLimitAlarmType_HighState_TrueState Property
              • NonExclusiveLimitAlarmType_LastSeverity_SourceTimestamp Property
              • NonExclusiveLimitAlarmType_LatchedState_Id Property
              • NonExclusiveLimitAlarmType_LowLowState Property
              • NonExclusiveLimitAlarmType_LowLowState_FalseState Property
              • NonExclusiveLimitAlarmType_LowLowState_Id Property
              • NonExclusiveLimitAlarmType_LowLowState_TransitionTime Property
              • NonExclusiveLimitAlarmType_LowLowState_TrueState Property
              • NonExclusiveLimitAlarmType_LowState Property
              • NonExclusiveLimitAlarmType_LowState_FalseState Property
              • NonExclusiveLimitAlarmType_LowState_Id Property
              • NonExclusiveLimitAlarmType_LowState_TransitionTime Property
              • NonExclusiveLimitAlarmType_LowState_TrueState Property
              • NonExclusiveLimitAlarmType_OutOfServiceState_Id Property
              • NonExclusiveLimitAlarmType_Quality_SourceTimestamp Property
              • NonExclusiveLimitAlarmType_ShelvingState_CurrentState Property
              • NonExclusiveLimitAlarmType_ShelvingState_CurrentState_Id Property
              • NonExclusiveLimitAlarmType_ShelvingState_LastTransition_Id Property
              • NonExclusiveLimitAlarmType_ShelvingState_TimedShelve_InputArguments Property
              • NonExclusiveLimitAlarmType_ShelvingState_UnshelveTime Property
              • NonExclusiveLimitAlarmType_SilenceState_Id Property
              • NonExclusiveLimitAlarmType_SuppressedState_Id Property
              • NonExclusiveRateOfChangeAlarmType_AckedState_Id Property
              • NonExclusiveRateOfChangeAlarmType_Acknowledge_InputArguments Property
              • NonExclusiveRateOfChangeAlarmType_ActiveState_Id Property
              • NonExclusiveRateOfChangeAlarmType_AddComment_InputArguments Property
              • NonExclusiveRateOfChangeAlarmType_Comment_SourceTimestamp Property
              • NonExclusiveRateOfChangeAlarmType_ConditionRefresh_InputArguments Property
              • NonExclusiveRateOfChangeAlarmType_ConditionRefresh2_InputArguments Property
              • NonExclusiveRateOfChangeAlarmType_Confirm_InputArguments Property
              • NonExclusiveRateOfChangeAlarmType_ConfirmedState_Id Property
              • NonExclusiveRateOfChangeAlarmType_EnabledState_Id Property
              • NonExclusiveRateOfChangeAlarmType_EngineeringUnits Property
              • NonExclusiveRateOfChangeAlarmType_HighHighState_Id Property
              • NonExclusiveRateOfChangeAlarmType_HighState_Id Property
              • NonExclusiveRateOfChangeAlarmType_LastSeverity_SourceTimestamp Property
              • NonExclusiveRateOfChangeAlarmType_LatchedState_Id Property
              • NonExclusiveRateOfChangeAlarmType_LowLowState_Id Property
              • NonExclusiveRateOfChangeAlarmType_LowState_Id Property
              • NonExclusiveRateOfChangeAlarmType_OutOfServiceState_Id Property
              • NonExclusiveRateOfChangeAlarmType_Quality_SourceTimestamp Property
              • NonExclusiveRateOfChangeAlarmType_ShelvingState_CurrentState Property
              • NonExclusiveRateOfChangeAlarmType_ShelvingState_CurrentState_Id Property
              • NonExclusiveRateOfChangeAlarmType_ShelvingState_LastTransition_Id Property
              • NonExclusiveRateOfChangeAlarmType_ShelvingState_TimedShelve_InputArguments Property
              • NonExclusiveRateOfChangeAlarmType_ShelvingState_UnshelveTime Property
              • NonExclusiveRateOfChangeAlarmType_SilenceState_Id Property
              • NonExclusiveRateOfChangeAlarmType_SuppressedState_Id Property
              • NonTransparentNetworkRedundancyType_ServerNetworkGroups Property
              • NonTransparentRedundancyType_ServerUriArray Property
              • OffNormalAlarmType_AckedState_Id Property
              • OffNormalAlarmType_Acknowledge_InputArguments Property
              • OffNormalAlarmType_ActiveState_Id Property
              • OffNormalAlarmType_AddComment_InputArguments Property
              • OffNormalAlarmType_Comment_SourceTimestamp Property
              • OffNormalAlarmType_ConditionRefresh_InputArguments Property
              • OffNormalAlarmType_ConditionRefresh2_InputArguments Property
              • OffNormalAlarmType_Confirm_InputArguments Property
              • OffNormalAlarmType_ConfirmedState_Id Property
              • OffNormalAlarmType_EnabledState_Id Property
              • OffNormalAlarmType_LastSeverity_SourceTimestamp Property
              • OffNormalAlarmType_LatchedState_Id Property
              • OffNormalAlarmType_NormalState Property
              • OffNormalAlarmType_OutOfServiceState_Id Property
              • OffNormalAlarmType_Quality_SourceTimestamp Property
              • OffNormalAlarmType_ShelvingState_CurrentState Property
              • OffNormalAlarmType_ShelvingState_CurrentState_Id Property
              • OffNormalAlarmType_ShelvingState_LastTransition_Id Property
              • OffNormalAlarmType_ShelvingState_TimedShelve_InputArguments Property
              • OffNormalAlarmType_ShelvingState_UnshelveTime Property
              • OffNormalAlarmType_SilenceState_Id Property
              • OffNormalAlarmType_SuppressedState_Id Property
              • OpcUa_BinarySchema Property
              • OpcUa_BinarySchema_AdditionalParametersType Property
              • OpcUa_BinarySchema_AddNodesItem Property
              • OpcUa_BinarySchema_AddReferencesItem Property
              • OpcUa_BinarySchema_AggregateConfiguration Property
              • OpcUa_BinarySchema_Annotation Property
              • OpcUa_BinarySchema_AnonymousIdentityToken Property
              • OpcUa_BinarySchema_ApplicationDescription Property
              • OpcUa_BinarySchema_Argument Property
              • OpcUa_BinarySchema_AttributeOperand Property
              • OpcUa_BinarySchema_AxisInformation Property
              • OpcUa_BinarySchema_BrokerConnectionTransportDataType Property
              • OpcUa_BinarySchema_BrokerDataSetReaderTransportDataType Property
              • OpcUa_BinarySchema_BrokerDataSetWriterTransportDataType Property
              • OpcUa_BinarySchema_BrokerWriterGroupTransportDataType Property
              • OpcUa_BinarySchema_BuildInfo Property
              • OpcUa_BinarySchema_ComplexNumberType Property
              • OpcUa_BinarySchema_ConfigurationVersionDataType Property
              • OpcUa_BinarySchema_ConnectionTransportDataType Property
              • OpcUa_BinarySchema_ContentFilter Property
              • OpcUa_BinarySchema_ContentFilterElement Property
              • OpcUa_BinarySchema_DatagramConnectionTransportDataType Property
              • OpcUa_BinarySchema_DatagramWriterGroupTransportDataType Property
              • OpcUa_BinarySchema_DataSetMetaDataType Property
              • OpcUa_BinarySchema_DataSetReaderDataType Property
              • OpcUa_BinarySchema_DataSetReaderMessageDataType Property
              • OpcUa_BinarySchema_DataSetReaderTransportDataType Property
              • OpcUa_BinarySchema_DataSetWriterDataType Property
              • OpcUa_BinarySchema_DataSetWriterMessageDataType Property
              • OpcUa_BinarySchema_DataSetWriterTransportDataType Property
              • OpcUa_BinarySchema_DataTypeDefinition Property
              • OpcUa_BinarySchema_DataTypeDescription Property
              • OpcUa_BinarySchema_DataTypeSchemaHeader Property
              • OpcUa_BinarySchema_DeleteNodesItem Property
              • OpcUa_BinarySchema_DeleteReferencesItem Property
              • OpcUa_BinarySchema_Deprecated Property
              • OpcUa_BinarySchema_DiscoveryConfiguration Property
              • OpcUa_BinarySchema_DoubleComplexNumberType Property
              • OpcUa_BinarySchema_ElementOperand Property
              • OpcUa_BinarySchema_EndpointConfiguration Property
              • OpcUa_BinarySchema_EndpointDescription Property
              • OpcUa_BinarySchema_EndpointType Property
              • OpcUa_BinarySchema_EndpointUrlListDataType Property
              • OpcUa_BinarySchema_EnumDefinition Property
              • OpcUa_BinarySchema_EnumDescription Property
              • OpcUa_BinarySchema_EnumField Property
              • OpcUa_BinarySchema_EnumValueType Property
              • OpcUa_BinarySchema_EphemeralKeyType Property
              • OpcUa_BinarySchema_EUInformation Property
              • OpcUa_BinarySchema_EventFilter Property
              • OpcUa_BinarySchema_FieldMetaData Property
              • OpcUa_BinarySchema_FieldTargetDataType Property
              • OpcUa_BinarySchema_FilterOperand Property
              • OpcUa_BinarySchema_HistoryEvent Property
              • OpcUa_BinarySchema_HistoryEventFieldList Property
              • OpcUa_BinarySchema_IdentityMappingRuleType Property
              • OpcUa_BinarySchema_IssuedIdentityToken Property
              • OpcUa_BinarySchema_JsonDataSetReaderMessageDataType Property
              • OpcUa_BinarySchema_JsonDataSetWriterMessageDataType Property
              • OpcUa_BinarySchema_JsonWriterGroupMessageDataType Property
              • OpcUa_BinarySchema_KeyValuePair Property
              • OpcUa_BinarySchema_LiteralOperand Property
              • OpcUa_BinarySchema_MdnsDiscoveryConfiguration Property
              • OpcUa_BinarySchema_ModelChangeStructureDataType Property
              • OpcUa_BinarySchema_MonitoringFilter Property
              • OpcUa_BinarySchema_NamespaceUri Property
              • OpcUa_BinarySchema_NetworkAddressDataType Property
              • OpcUa_BinarySchema_NetworkAddressUrlDataType Property
              • OpcUa_BinarySchema_NetworkGroupDataType Property
              • OpcUa_BinarySchema_OptionSet Property
              • OpcUa_BinarySchema_ProgramDiagnostic2DataType Property
              • OpcUa_BinarySchema_ProgramDiagnosticDataType Property
              • OpcUa_BinarySchema_PublishedDataItemsDataType Property
              • OpcUa_BinarySchema_PublishedDataSetDataType Property
              • OpcUa_BinarySchema_PublishedDataSetSourceDataType Property
              • OpcUa_BinarySchema_PublishedEventsDataType Property
              • OpcUa_BinarySchema_PublishedVariableDataType Property
              • OpcUa_BinarySchema_PubSubConfigurationDataType Property
              • OpcUa_BinarySchema_PubSubConnectionDataType Property
              • OpcUa_BinarySchema_PubSubGroupDataType Property
              • OpcUa_BinarySchema_Range Property
              • OpcUa_BinarySchema_ReaderGroupDataType Property
              • OpcUa_BinarySchema_ReaderGroupMessageDataType Property
              • OpcUa_BinarySchema_ReaderGroupTransportDataType Property
              • OpcUa_BinarySchema_RedundantServerDataType Property
              • OpcUa_BinarySchema_RegisteredServer Property
              • OpcUa_BinarySchema_RelativePath Property
              • OpcUa_BinarySchema_RelativePathElement Property
              • OpcUa_BinarySchema_RolePermissionType Property
              • OpcUa_BinarySchema_SamplingIntervalDiagnosticsDataType Property
              • OpcUa_BinarySchema_SemanticChangeStructureDataType Property
              • OpcUa_BinarySchema_ServerDiagnosticsSummaryDataType Property
              • OpcUa_BinarySchema_ServerOnNetwork Property
              • OpcUa_BinarySchema_ServerStatusDataType Property
              • OpcUa_BinarySchema_ServiceCounterDataType Property
              • OpcUa_BinarySchema_SessionDiagnosticsDataType Property
              • OpcUa_BinarySchema_SessionSecurityDiagnosticsDataType Property
              • OpcUa_BinarySchema_SignedSoftwareCertificate Property
              • OpcUa_BinarySchema_SimpleAttributeOperand Property
              • OpcUa_BinarySchema_SimpleTypeDescription Property
              • OpcUa_BinarySchema_StatusResult Property
              • OpcUa_BinarySchema_StructureDefinition Property
              • OpcUa_BinarySchema_StructureDescription Property
              • OpcUa_BinarySchema_StructureField Property
              • OpcUa_BinarySchema_SubscribedDataSetDataType Property
              • OpcUa_BinarySchema_SubscribedDataSetMirrorDataType Property
              • OpcUa_BinarySchema_SubscriptionDiagnosticsDataType Property
              • OpcUa_BinarySchema_TargetVariablesDataType Property
              • OpcUa_BinarySchema_TimeZoneDataType Property
              • OpcUa_BinarySchema_TrustListDataType Property
              • OpcUa_BinarySchema_UABinaryFileDataType Property
              • OpcUa_BinarySchema_UadpDataSetReaderMessageDataType Property
              • OpcUa_BinarySchema_UadpDataSetWriterMessageDataType Property
              • OpcUa_BinarySchema_UadpWriterGroupMessageDataType Property
              • OpcUa_BinarySchema_Union Property
              • OpcUa_BinarySchema_UserIdentityToken Property
              • OpcUa_BinarySchema_UserNameIdentityToken Property
              • OpcUa_BinarySchema_UserTokenPolicy Property
              • OpcUa_BinarySchema_WriterGroupDataType Property
              • OpcUa_BinarySchema_WriterGroupMessageDataType Property
              • OpcUa_BinarySchema_WriterGroupTransportDataType Property
              • OpcUa_BinarySchema_X509IdentityToken Property
              • OpcUa_BinarySchema_XVType Property
              • OpcUa_XmlSchema Property
              • OpcUa_XmlSchema_AdditionalParametersType Property
              • OpcUa_XmlSchema_AddNodesItem Property
              • OpcUa_XmlSchema_AddReferencesItem Property
              • OpcUa_XmlSchema_AggregateConfiguration Property
              • OpcUa_XmlSchema_Annotation Property
              • OpcUa_XmlSchema_AnonymousIdentityToken Property
              • OpcUa_XmlSchema_ApplicationDescription Property
              • OpcUa_XmlSchema_Argument Property
              • OpcUa_XmlSchema_AttributeOperand Property
              • OpcUa_XmlSchema_AxisInformation Property
              • OpcUa_XmlSchema_BrokerConnectionTransportDataType Property
              • OpcUa_XmlSchema_BrokerDataSetReaderTransportDataType Property
              • OpcUa_XmlSchema_BrokerDataSetWriterTransportDataType Property
              • OpcUa_XmlSchema_BrokerWriterGroupTransportDataType Property
              • OpcUa_XmlSchema_BuildInfo Property
              • OpcUa_XmlSchema_ComplexNumberType Property
              • OpcUa_XmlSchema_ConfigurationVersionDataType Property
              • OpcUa_XmlSchema_ConnectionTransportDataType Property
              • OpcUa_XmlSchema_ContentFilter Property
              • OpcUa_XmlSchema_ContentFilterElement Property
              • OpcUa_XmlSchema_DatagramConnectionTransportDataType Property
              • OpcUa_XmlSchema_DatagramWriterGroupTransportDataType Property
              • OpcUa_XmlSchema_DataSetMetaDataType Property
              • OpcUa_XmlSchema_DataSetReaderDataType Property
              • OpcUa_XmlSchema_DataSetReaderMessageDataType Property
              • OpcUa_XmlSchema_DataSetReaderTransportDataType Property
              • OpcUa_XmlSchema_DataSetWriterDataType Property
              • OpcUa_XmlSchema_DataSetWriterMessageDataType Property
              • OpcUa_XmlSchema_DataSetWriterTransportDataType Property
              • OpcUa_XmlSchema_DataTypeDefinition Property
              • OpcUa_XmlSchema_DataTypeDescription Property
              • OpcUa_XmlSchema_DataTypeSchemaHeader Property
              • OpcUa_XmlSchema_DeleteNodesItem Property
              • OpcUa_XmlSchema_DeleteReferencesItem Property
              • OpcUa_XmlSchema_Deprecated Property
              • OpcUa_XmlSchema_DiscoveryConfiguration Property
              • OpcUa_XmlSchema_DoubleComplexNumberType Property
              • OpcUa_XmlSchema_ElementOperand Property
              • OpcUa_XmlSchema_EndpointConfiguration Property
              • OpcUa_XmlSchema_EndpointDescription Property
              • OpcUa_XmlSchema_EndpointType Property
              • OpcUa_XmlSchema_EndpointUrlListDataType Property
              • OpcUa_XmlSchema_EnumDefinition Property
              • OpcUa_XmlSchema_EnumDescription Property
              • OpcUa_XmlSchema_EnumField Property
              • OpcUa_XmlSchema_EnumValueType Property
              • OpcUa_XmlSchema_EphemeralKeyType Property
              • OpcUa_XmlSchema_EUInformation Property
              • OpcUa_XmlSchema_EventFilter Property
              • OpcUa_XmlSchema_FieldMetaData Property
              • OpcUa_XmlSchema_FieldTargetDataType Property
              • OpcUa_XmlSchema_FilterOperand Property
              • OpcUa_XmlSchema_HistoryEvent Property
              • OpcUa_XmlSchema_HistoryEventFieldList Property
              • OpcUa_XmlSchema_IdentityMappingRuleType Property
              • OpcUa_XmlSchema_IssuedIdentityToken Property
              • OpcUa_XmlSchema_JsonDataSetReaderMessageDataType Property
              • OpcUa_XmlSchema_JsonDataSetWriterMessageDataType Property
              • OpcUa_XmlSchema_JsonWriterGroupMessageDataType Property
              • OpcUa_XmlSchema_KeyValuePair Property
              • OpcUa_XmlSchema_LiteralOperand Property
              • OpcUa_XmlSchema_MdnsDiscoveryConfiguration Property
              • OpcUa_XmlSchema_ModelChangeStructureDataType Property
              • OpcUa_XmlSchema_MonitoringFilter Property
              • OpcUa_XmlSchema_NamespaceUri Property
              • OpcUa_XmlSchema_NetworkAddressDataType Property
              • OpcUa_XmlSchema_NetworkAddressUrlDataType Property
              • OpcUa_XmlSchema_NetworkGroupDataType Property
              • OpcUa_XmlSchema_OptionSet Property
              • OpcUa_XmlSchema_ProgramDiagnostic2DataType Property
              • OpcUa_XmlSchema_ProgramDiagnosticDataType Property
              • OpcUa_XmlSchema_PublishedDataItemsDataType Property
              • OpcUa_XmlSchema_PublishedDataSetDataType Property
              • OpcUa_XmlSchema_PublishedDataSetSourceDataType Property
              • OpcUa_XmlSchema_PublishedEventsDataType Property
              • OpcUa_XmlSchema_PublishedVariableDataType Property
              • OpcUa_XmlSchema_PubSubConfigurationDataType Property
              • OpcUa_XmlSchema_PubSubConnectionDataType Property
              • OpcUa_XmlSchema_PubSubGroupDataType Property
              • OpcUa_XmlSchema_Range Property
              • OpcUa_XmlSchema_ReaderGroupDataType Property
              • OpcUa_XmlSchema_ReaderGroupMessageDataType Property
              • OpcUa_XmlSchema_ReaderGroupTransportDataType Property
              • OpcUa_XmlSchema_RedundantServerDataType Property
              • OpcUa_XmlSchema_RegisteredServer Property
              • OpcUa_XmlSchema_RelativePath Property
              • OpcUa_XmlSchema_RelativePathElement Property
              • OpcUa_XmlSchema_RolePermissionType Property
              • OpcUa_XmlSchema_SamplingIntervalDiagnosticsDataType Property
              • OpcUa_XmlSchema_SemanticChangeStructureDataType Property
              • OpcUa_XmlSchema_ServerDiagnosticsSummaryDataType Property
              • OpcUa_XmlSchema_ServerOnNetwork Property
              • OpcUa_XmlSchema_ServerStatusDataType Property
              • OpcUa_XmlSchema_ServiceCounterDataType Property
              • OpcUa_XmlSchema_SessionDiagnosticsDataType Property
              • OpcUa_XmlSchema_SessionSecurityDiagnosticsDataType Property
              • OpcUa_XmlSchema_SignedSoftwareCertificate Property
              • OpcUa_XmlSchema_SimpleAttributeOperand Property
              • OpcUa_XmlSchema_SimpleTypeDescription Property
              • OpcUa_XmlSchema_StatusResult Property
              • OpcUa_XmlSchema_StructureDefinition Property
              • OpcUa_XmlSchema_StructureDescription Property
              • OpcUa_XmlSchema_StructureField Property
              • OpcUa_XmlSchema_SubscribedDataSetDataType Property
              • OpcUa_XmlSchema_SubscribedDataSetMirrorDataType Property
              • OpcUa_XmlSchema_SubscriptionDiagnosticsDataType Property
              • OpcUa_XmlSchema_TargetVariablesDataType Property
              • OpcUa_XmlSchema_TimeZoneDataType Property
              • OpcUa_XmlSchema_TrustListDataType Property
              • OpcUa_XmlSchema_UABinaryFileDataType Property
              • OpcUa_XmlSchema_UadpDataSetReaderMessageDataType Property
              • OpcUa_XmlSchema_UadpDataSetWriterMessageDataType Property
              • OpcUa_XmlSchema_UadpWriterGroupMessageDataType Property
              • OpcUa_XmlSchema_Union Property
              • OpcUa_XmlSchema_UserIdentityToken Property
              • OpcUa_XmlSchema_UserNameIdentityToken Property
              • OpcUa_XmlSchema_UserTokenPolicy Property
              • OpcUa_XmlSchema_WriterGroupDataType Property
              • OpcUa_XmlSchema_WriterGroupMessageDataType Property
              • OpcUa_XmlSchema_WriterGroupTransportDataType Property
              • OpcUa_XmlSchema_X509IdentityToken Property
              • OpcUa_XmlSchema_XVType Property
              • OPCUANamespaceMetadata_DefaultAccessRestrictions Property
              • OPCUANamespaceMetadata_DefaultRolePermissions Property
              • OPCUANamespaceMetadata_DefaultUserRolePermissions Property
              • OPCUANamespaceMetadata_IsNamespaceSubset Property
              • OPCUANamespaceMetadata_NamespaceFile_Close_InputArguments Property
              • OPCUANamespaceMetadata_NamespaceFile_GetPosition_InputArguments Property
              • OPCUANamespaceMetadata_NamespaceFile_GetPosition_OutputArguments Property
              • OPCUANamespaceMetadata_NamespaceFile_Open_InputArguments Property
              • OPCUANamespaceMetadata_NamespaceFile_Open_OutputArguments Property
              • OPCUANamespaceMetadata_NamespaceFile_OpenCount Property
              • OPCUANamespaceMetadata_NamespaceFile_Read_InputArguments Property
              • OPCUANamespaceMetadata_NamespaceFile_Read_OutputArguments Property
              • OPCUANamespaceMetadata_NamespaceFile_SetPosition_InputArguments Property
              • OPCUANamespaceMetadata_NamespaceFile_Size Property
              • OPCUANamespaceMetadata_NamespaceFile_UserWritable Property
              • OPCUANamespaceMetadata_NamespaceFile_Writable Property
              • OPCUANamespaceMetadata_NamespaceFile_Write_InputArguments Property
              • OPCUANamespaceMetadata_NamespacePublicationDate Property
              • OPCUANamespaceMetadata_NamespaceUri Property
              • OPCUANamespaceMetadata_NamespaceVersion Property
              • OPCUANamespaceMetadata_StaticNodeIdTypes Property
              • OPCUANamespaceMetadata_StaticNumericNodeIdRange Property
              • OPCUANamespaceMetadata_StaticStringNodeIdPattern Property
              • OpenFileMode_EnumValues Property
              • OperationLimitsType_MaxMonitoredItemsPerCall Property
              • OperationLimitsType_MaxNodesPerBrowse Property
              • OperationLimitsType_MaxNodesPerHistoryReadData Property
              • OperationLimitsType_MaxNodesPerHistoryReadEvents Property
              • OperationLimitsType_MaxNodesPerHistoryUpdateData Property
              • OperationLimitsType_MaxNodesPerHistoryUpdateEvents Property
              • OperationLimitsType_MaxNodesPerMethodCall Property
              • OperationLimitsType_MaxNodesPerNodeManagement Property
              • OperationLimitsType_MaxNodesPerRead Property
              • OperationLimitsType_MaxNodesPerRegisterNodes Property
              • OperationLimitsType_MaxNodesPerTranslateBrowsePathsToNodeIds Property
              • OperationLimitsType_MaxNodesPerWrite Property
              • OptionSetType_BitMask Property
              • OptionSetType_OptionSetValues Property
              • OptionSetValues Property
              • OutputArguments Property
              • OverrideValueHandling_EnumStrings Property
              • PerformUpdateType_EnumValues Property
              • PermissionType_OptionSetValues Property
              • ProgramDiagnostic2Type_CreateClientName Property
              • ProgramDiagnostic2Type_CreateSessionId Property
              • ProgramDiagnostic2Type_InvocationCreationTime Property
              • ProgramDiagnostic2Type_LastMethodCall Property
              • ProgramDiagnostic2Type_LastMethodCallTime Property
              • ProgramDiagnostic2Type_LastMethodInputArguments Property
              • ProgramDiagnostic2Type_LastMethodInputValues Property
              • ProgramDiagnostic2Type_LastMethodOutputArguments Property
              • ProgramDiagnostic2Type_LastMethodOutputValues Property
              • ProgramDiagnostic2Type_LastMethodReturnStatus Property
              • ProgramDiagnostic2Type_LastMethodSessionId Property
              • ProgramDiagnostic2Type_LastTransitionTime Property
              • ProgramDiagnosticType_CreateClientName Property
              • ProgramDiagnosticType_CreateSessionId Property
              • ProgramDiagnosticType_InvocationCreationTime Property
              • ProgramDiagnosticType_LastMethodCall Property
              • ProgramDiagnosticType_LastMethodCallTime Property
              • ProgramDiagnosticType_LastMethodInputArguments Property
              • ProgramDiagnosticType_LastMethodOutputArguments Property
              • ProgramDiagnosticType_LastMethodReturnStatus Property
              • ProgramDiagnosticType_LastMethodSessionId Property
              • ProgramDiagnosticType_LastTransitionTime Property
              • ProgramStateMachineType_AutoDelete Property
              • ProgramStateMachineType_Creatable Property
              • ProgramStateMachineType_CurrentState Property
              • ProgramStateMachineType_CurrentState_Id Property
              • ProgramStateMachineType_CurrentState_Number Property
              • ProgramStateMachineType_Deletable Property
              • ProgramStateMachineType_Halted_StateNumber Property
              • ProgramStateMachineType_HaltedToReady_TransitionNumber Property
              • ProgramStateMachineType_InstanceCount Property
              • ProgramStateMachineType_LastTransition Property
              • ProgramStateMachineType_LastTransition_Id Property
              • ProgramStateMachineType_LastTransition_Number Property
              • ProgramStateMachineType_LastTransition_TransitionTime Property
              • ProgramStateMachineType_MaxInstanceCount Property
              • ProgramStateMachineType_MaxRecycleCount Property
              • ProgramStateMachineType_ProgramDiagnostic Property
              • ProgramStateMachineType_ProgramDiagnostic_CreateClientName Property
              • ProgramStateMachineType_ProgramDiagnostic_CreateSessionId Property
              • ProgramStateMachineType_ProgramDiagnostic_InvocationCreationTime Property
              • ProgramStateMachineType_ProgramDiagnostic_LastMethodCall Property
              • ProgramStateMachineType_ProgramDiagnostic_LastMethodCallTime Property
              • ProgramStateMachineType_ProgramDiagnostic_LastMethodInputArguments Property
              • ProgramStateMachineType_ProgramDiagnostic_LastMethodInputValues Property
              • ProgramStateMachineType_ProgramDiagnostic_LastMethodOutputArguments Property
              • ProgramStateMachineType_ProgramDiagnostic_LastMethodOutputValues Property
              • ProgramStateMachineType_ProgramDiagnostic_LastMethodReturnStatus Property
              • ProgramStateMachineType_ProgramDiagnostic_LastMethodSessionId Property
              • ProgramStateMachineType_ProgramDiagnostic_LastTransitionTime Property
              • ProgramStateMachineType_Ready_StateNumber Property
              • ProgramStateMachineType_ReadyToHalted_TransitionNumber Property
              • ProgramStateMachineType_ReadyToRunning_TransitionNumber Property
              • ProgramStateMachineType_RecycleCount Property
              • ProgramStateMachineType_Running_StateNumber Property
              • ProgramStateMachineType_RunningToHalted_TransitionNumber Property
              • ProgramStateMachineType_RunningToReady_TransitionNumber Property
              • ProgramStateMachineType_RunningToSuspended_TransitionNumber Property
              • ProgramStateMachineType_Suspended_StateNumber Property
              • ProgramStateMachineType_SuspendedToHalted_TransitionNumber Property
              • ProgramStateMachineType_SuspendedToReady_TransitionNumber Property
              • ProgramStateMachineType_SuspendedToRunning_TransitionNumber Property
              • ProgramTransitionAuditEventType_Transition Property
              • ProgramTransitionAuditEventType_Transition_Id Property
              • ProgramTransitionEventType_FromState_Id Property
              • ProgramTransitionEventType_IntermediateResult Property
              • ProgramTransitionEventType_ToState_Id Property
              • ProgramTransitionEventType_Transition_Id Property
              • ProgressEventType_Context Property
              • ProgressEventType_Progress Property
              • PublishedDataItemsType_AddVariables_InputArguments Property
              • PublishedDataItemsType_AddVariables_OutputArguments Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_DataSetFieldContentMask Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_DataSetWriterId Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_DataSetWriterProperties Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_Active Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_Classification Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_DiagnosticsLevel Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Active Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Classification Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_Active Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_Classification Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_DiagnosticsLevel Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Active Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Classification Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Active Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Classification Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Active Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Classification Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_Active Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_Classification Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_DiagnosticsLevel Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MajorVersion_DiagnosticsLevel Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MessageSequenceNumber_DiagnosticsLevel Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MinorVersion_DiagnosticsLevel Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_StatusCode_DiagnosticsLevel Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_SubError Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_TotalError Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_TotalError_Active Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_TotalError_Classification Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_TotalError_DiagnosticsLevel Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_Active Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_Classification Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_DiagnosticsLevel Property
              • PublishedDataItemsType_DataSetWriterName_Placeholder_Status_State Property
              • PublishedDataItemsType_ExtensionFields_AddExtensionField_InputArguments Property
              • PublishedDataItemsType_ExtensionFields_AddExtensionField_OutputArguments Property
              • PublishedDataItemsType_ExtensionFields_RemoveExtensionField_InputArguments Property
              • PublishedDataItemsType_PublishedData Property
              • PublishedDataItemsType_RemoveVariables_InputArguments Property
              • PublishedDataItemsType_RemoveVariables_OutputArguments Property
              • PublishedDataSetType_ConfigurationVersion Property
              • PublishedDataSetType_DataSetClassId Property
              • PublishedDataSetType_DataSetMetaData Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_DataSetFieldContentMask Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_DataSetWriterId Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_DataSetWriterProperties Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_Active Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_Classification Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_DiagnosticsLevel Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Active Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Classification Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_Active Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_Classification Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_DiagnosticsLevel Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Active Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Classification Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Active Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Classification Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Active Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Classification Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_Active Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_Classification Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_DiagnosticsLevel Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MajorVersion_DiagnosticsLevel Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MessageSequenceNumber_DiagnosticsLevel Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MinorVersion_DiagnosticsLevel Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_StatusCode_DiagnosticsLevel Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_SubError Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_TotalError Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_TotalError_Active Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_TotalError_Classification Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_TotalError_DiagnosticsLevel Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_Active Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_Classification Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_DiagnosticsLevel Property
              • PublishedDataSetType_DataSetWriterName_Placeholder_Status_State Property
              • PublishedDataSetType_ExtensionFields_AddExtensionField_InputArguments Property
              • PublishedDataSetType_ExtensionFields_AddExtensionField_OutputArguments Property
              • PublishedDataSetType_ExtensionFields_RemoveExtensionField_InputArguments Property
              • PublishedEventsType_DataSetWriterName_Placeholder_DataSetFieldContentMask Property
              • PublishedEventsType_DataSetWriterName_Placeholder_DataSetWriterId Property
              • PublishedEventsType_DataSetWriterName_Placeholder_DataSetWriterProperties Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_Active Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_Classification Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_FailedDataSetMessages_DiagnosticsLevel Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Active Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Classification Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_Active Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_Classification Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateError_DiagnosticsLevel Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Active Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Classification Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Active Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Classification Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Active Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Classification Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_Active Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_Classification Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_DiagnosticsLevel Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MajorVersion_DiagnosticsLevel Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MessageSequenceNumber_DiagnosticsLevel Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_MinorVersion_DiagnosticsLevel Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_LiveValues_StatusCode_DiagnosticsLevel Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_SubError Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_TotalError Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_TotalError_Active Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_TotalError_Classification Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_TotalError_DiagnosticsLevel Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_Active Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_Classification Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Diagnostics_TotalInformation_DiagnosticsLevel Property
              • PublishedEventsType_DataSetWriterName_Placeholder_Status_State Property
              • PublishedEventsType_ExtensionFields_AddExtensionField_InputArguments Property
              • PublishedEventsType_ExtensionFields_AddExtensionField_OutputArguments Property
              • PublishedEventsType_ExtensionFields_RemoveExtensionField_InputArguments Property
              • PublishedEventsType_Filter Property
              • PublishedEventsType_ModifyFieldSelection_InputArguments Property
              • PublishedEventsType_ModifyFieldSelection_OutputArguments Property
              • PublishedEventsType_PubSubEventNotifier Property
              • PublishedEventsType_SelectedFields Property
              • PublishSubscribe_AddConnection_InputArguments Property
              • PublishSubscribe_AddConnection_OutputArguments Property
              • PublishSubscribe_ConnectionName_Placeholder_AddReaderGroup_InputArguments Property
              • PublishSubscribe_ConnectionName_Placeholder_AddReaderGroup_OutputArguments Property
              • PublishSubscribe_ConnectionName_Placeholder_Address_NetworkInterface Property
              • PublishSubscribe_ConnectionName_Placeholder_Address_NetworkInterface_Selections Property
              • PublishSubscribe_ConnectionName_Placeholder_AddWriterGroup_InputArguments Property
              • PublishSubscribe_ConnectionName_Placeholder_AddWriterGroup_OutputArguments Property
              • PublishSubscribe_ConnectionName_Placeholder_ConnectionProperties Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateDisabledByMethod Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Active Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Classification Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateError Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateError_Active Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateError_Classification Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateError_DiagnosticsLevel Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByMethod Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Active Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Classification Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByParent Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Active Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Classification Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalFromError Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Active Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Classification Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StatePausedByParent Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StatePausedByParent_Active Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StatePausedByParent_Classification Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_DiagnosticsLevel Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_LiveValues_ResolvedAddress Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_LiveValues_ResolvedAddress_DiagnosticsLevel Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_SubError Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_TotalError Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_TotalError_Active Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_TotalError_Classification Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_TotalError_DiagnosticsLevel Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_TotalInformation Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_TotalInformation_Active Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_TotalInformation_Classification Property
              • PublishSubscribe_ConnectionName_Placeholder_Diagnostics_TotalInformation_DiagnosticsLevel Property
              • PublishSubscribe_ConnectionName_Placeholder_PublisherId Property
              • PublishSubscribe_ConnectionName_Placeholder_RemoveGroup_InputArguments Property
              • PublishSubscribe_ConnectionName_Placeholder_Status_State Property
              • PublishSubscribe_ConnectionName_Placeholder_TransportProfileUri Property
              • PublishSubscribe_ConnectionName_Placeholder_TransportProfileUri_Selections Property
              • PublishSubscribe_Diagnostics_Counters_StateDisabledByMethod Property
              • PublishSubscribe_Diagnostics_Counters_StateDisabledByMethod_Active Property
              • PublishSubscribe_Diagnostics_Counters_StateDisabledByMethod_Classification Property
              • PublishSubscribe_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel Property
              • PublishSubscribe_Diagnostics_Counters_StateError Property
              • PublishSubscribe_Diagnostics_Counters_StateError_Active Property
              • PublishSubscribe_Diagnostics_Counters_StateError_Classification Property
              • PublishSubscribe_Diagnostics_Counters_StateError_DiagnosticsLevel Property
              • PublishSubscribe_Diagnostics_Counters_StateOperationalByMethod Property
              • PublishSubscribe_Diagnostics_Counters_StateOperationalByMethod_Active Property
              • PublishSubscribe_Diagnostics_Counters_StateOperationalByMethod_Classification Property
              • PublishSubscribe_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel Property
              • PublishSubscribe_Diagnostics_Counters_StateOperationalByParent Property
              • PublishSubscribe_Diagnostics_Counters_StateOperationalByParent_Active Property
              • PublishSubscribe_Diagnostics_Counters_StateOperationalByParent_Classification Property
              • PublishSubscribe_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel Property
              • PublishSubscribe_Diagnostics_Counters_StateOperationalFromError Property
              • PublishSubscribe_Diagnostics_Counters_StateOperationalFromError_Active Property
              • PublishSubscribe_Diagnostics_Counters_StateOperationalFromError_Classification Property
              • PublishSubscribe_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel Property
              • PublishSubscribe_Diagnostics_Counters_StatePausedByParent Property
              • PublishSubscribe_Diagnostics_Counters_StatePausedByParent_Active Property
              • PublishSubscribe_Diagnostics_Counters_StatePausedByParent_Classification Property
              • PublishSubscribe_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel Property
              • PublishSubscribe_Diagnostics_DiagnosticsLevel Property
              • PublishSubscribe_Diagnostics_LiveValues_ConfiguredDataSetReaders Property
              • PublishSubscribe_Diagnostics_LiveValues_ConfiguredDataSetReaders_DiagnosticsLevel Property
              • PublishSubscribe_Diagnostics_LiveValues_ConfiguredDataSetWriters Property
              • PublishSubscribe_Diagnostics_LiveValues_ConfiguredDataSetWriters_DiagnosticsLevel Property
              • PublishSubscribe_Diagnostics_LiveValues_OperationalDataSetReaders Property
              • PublishSubscribe_Diagnostics_LiveValues_OperationalDataSetReaders_DiagnosticsLevel Property
              • PublishSubscribe_Diagnostics_LiveValues_OperationalDataSetWriters Property
              • PublishSubscribe_Diagnostics_LiveValues_OperationalDataSetWriters_DiagnosticsLevel Property
              • PublishSubscribe_Diagnostics_SubError Property
              • PublishSubscribe_Diagnostics_TotalError Property
              • PublishSubscribe_Diagnostics_TotalError_Active Property
              • PublishSubscribe_Diagnostics_TotalError_Classification Property
              • PublishSubscribe_Diagnostics_TotalError_DiagnosticsLevel Property
              • PublishSubscribe_Diagnostics_TotalInformation Property
              • PublishSubscribe_Diagnostics_TotalInformation_Active Property
              • PublishSubscribe_Diagnostics_TotalInformation_Classification Property
              • PublishSubscribe_Diagnostics_TotalInformation_DiagnosticsLevel Property
              • PublishSubscribe_GetSecurityGroup_InputArguments Property
              • PublishSubscribe_GetSecurityGroup_OutputArguments Property
              • PublishSubscribe_GetSecurityKeys_InputArguments Property
              • PublishSubscribe_GetSecurityKeys_OutputArguments Property
              • PublishSubscribe_PublishedDataSets_AddDataSetFolder_InputArguments Property
              • PublishSubscribe_PublishedDataSets_AddDataSetFolder_OutputArguments Property
              • PublishSubscribe_PublishedDataSets_AddPublishedDataItems_InputArguments Property
              • PublishSubscribe_PublishedDataSets_AddPublishedDataItems_OutputArguments Property
              • PublishSubscribe_PublishedDataSets_AddPublishedDataItemsTemplate_InputArguments Property
              • PublishSubscribe_PublishedDataSets_AddPublishedDataItemsTemplate_OutputArguments Property
              • PublishSubscribe_PublishedDataSets_AddPublishedEvents_InputArguments Property
              • PublishSubscribe_PublishedDataSets_AddPublishedEvents_OutputArguments Property
              • PublishSubscribe_PublishedDataSets_AddPublishedEventsTemplate_InputArguments Property
              • PublishSubscribe_PublishedDataSets_AddPublishedEventsTemplate_OutputArguments Property
              • PublishSubscribe_PublishedDataSets_RemoveDataSetFolder_InputArguments Property
              • PublishSubscribe_PublishedDataSets_RemovePublishedDataSet_InputArguments Property
              • PublishSubscribe_RemoveConnection_InputArguments Property
              • PublishSubscribe_SecurityGroups_AddSecurityGroup_InputArguments Property
              • PublishSubscribe_SecurityGroups_AddSecurityGroup_OutputArguments Property
              • PublishSubscribe_SecurityGroups_RemoveSecurityGroup_InputArguments Property
              • PublishSubscribe_SetSecurityKeys_InputArguments Property
              • PublishSubscribe_Status_State Property
              • PublishSubscribe_SupportedTransportProfiles Property
              • PublishSubscribeType_AddConnection_InputArguments Property
              • PublishSubscribeType_AddConnection_OutputArguments Property
              • PublishSubscribeType_ConnectionName_Placeholder_AddReaderGroup_InputArguments Property
              • PublishSubscribeType_ConnectionName_Placeholder_AddReaderGroup_OutputArguments Property
              • PublishSubscribeType_ConnectionName_Placeholder_Address_NetworkInterface Property
              • PublishSubscribeType_ConnectionName_Placeholder_Address_NetworkInterface_Selections Property
              • PublishSubscribeType_ConnectionName_Placeholder_AddWriterGroup_InputArguments Property
              • PublishSubscribeType_ConnectionName_Placeholder_AddWriterGroup_OutputArguments Property
              • PublishSubscribeType_ConnectionName_Placeholder_ConnectionProperties Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateDisabledByMethod Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Active Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_Classification Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateError Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateError_Active Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateError_Classification Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateError_DiagnosticsLevel Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByMethod Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Active Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_Classification Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByParent Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Active Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByParent_Classification Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalFromError Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Active Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalFromError_Classification Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StatePausedByParent Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StatePausedByParent_Active Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StatePausedByParent_Classification Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_DiagnosticsLevel Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_LiveValues_ResolvedAddress Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_LiveValues_ResolvedAddress_DiagnosticsLevel Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_SubError Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_TotalError Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_TotalError_Active Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_TotalError_Classification Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_TotalError_DiagnosticsLevel Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_TotalInformation Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_TotalInformation_Active Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_TotalInformation_Classification Property
              • PublishSubscribeType_ConnectionName_Placeholder_Diagnostics_TotalInformation_DiagnosticsLevel Property
              • PublishSubscribeType_ConnectionName_Placeholder_PublisherId Property
              • PublishSubscribeType_ConnectionName_Placeholder_RemoveGroup_InputArguments Property
              • PublishSubscribeType_ConnectionName_Placeholder_Status_State Property
              • PublishSubscribeType_ConnectionName_Placeholder_TransportProfileUri Property
              • PublishSubscribeType_ConnectionName_Placeholder_TransportProfileUri_Selections Property
              • PublishSubscribeType_Diagnostics_Counters_StateDisabledByMethod Property
              • PublishSubscribeType_Diagnostics_Counters_StateDisabledByMethod_Active Property
              • PublishSubscribeType_Diagnostics_Counters_StateDisabledByMethod_Classification Property
              • PublishSubscribeType_Diagnostics_Counters_StateDisabledByMethod_DiagnosticsLevel Property
              • PublishSubscribeType_Diagnostics_Counters_StateError Property
              • PublishSubscribeType_Diagnostics_Counters_StateError_Active Property
              • PublishSubscribeType_Diagnostics_Counters_StateError_Classification Property
              • PublishSubscribeType_Diagnostics_Counters_StateError_DiagnosticsLevel Property
              • PublishSubscribeType_Diagnostics_Counters_StateOperationalByMethod Property
              • PublishSubscribeType_Diagnostics_Counters_StateOperationalByMethod_Active Property
              • PublishSubscribeType_Diagnostics_Counters_StateOperationalByMethod_Classification Property
              • PublishSubscribeType_Diagnostics_Counters_StateOperationalByMethod_DiagnosticsLevel Property
              • PublishSubscribeType_Diagnostics_Counters_StateOperationalByParent Property
              • PublishSubscribeType_Diagnostics_Counters_StateOperationalByParent_Active Property
              • PublishSubscribeType_Diagnostics_Counters_StateOperationalByParent_Classification Property
              • PublishSubscribeType_Diagnostics_Counters_StateOperationalByParent_DiagnosticsLevel Property
              • PublishSubscribeType_Diagnostics_Counters_StateOperationalFromError Property
              • PublishSubscribeType_Diagnostics_Counters_StateOperationalFromError_Active Property
              • PublishSubscribeType_Diagnostics_Counters_StateOperationalFromError_Classification Property
              • PublishSubscribeType_Diagnostics_Counters_StateOperationalFromError_DiagnosticsLevel Property
              • PublishSubscribeType_Diagnostics_Counters_StatePausedByParent Property
              • PublishSubscribeType_Diagnostics_Counters_StatePausedByParent_Active Property
              • PublishSubscribeType_Diagnostics_Counters_StatePausedByParent_Classification Property
              • PublishSubscribeType_Diagnostics_Counters_StatePausedByParent_DiagnosticsLevel Property
              • PublishSubscribeType_Diagnostics_DiagnosticsLevel Property
              • PublishSubscribeType_Diagnostics_LiveValues_ConfiguredDataSetReaders Property
              • PublishSubscribeType_Diagnostics_LiveValues_ConfiguredDataSetReaders_DiagnosticsLevel Property
              • PublishSubscribeType_Diagnostics_LiveValues_ConfiguredDataSetWriters Property
              • PublishSubscribeType_Diagnostics_LiveValues_ConfiguredDataSetWriters_DiagnosticsLevel Property
              • PublishSubscribeType_Diagnostics_LiveValues_OperationalDataSetReaders Property
              • PublishSubscribeType_Diagnostics_LiveValues_OperationalDataSetReaders_DiagnosticsLevel Property
              • PublishSubscribeType_Diagnostics_LiveValues_OperationalDataSetWriters Property
              • PublishSubscribeType_Diagnostics_LiveValues_OperationalDataSetWriters_DiagnosticsLevel Property
              • PublishSubscribeType_Diagnostics_SubError Property
              • PublishSubscribeType_Diagnostics_TotalError Property
              • PublishSubscribeType_Diagnostics_TotalError_Active Property
              • PublishSubscribeType_Diagnostics_TotalError_Classification Property
              • PublishSubscribeType_Diagnostics_TotalError_DiagnosticsLevel Property
              • PublishSubscribeType_Diagnostics_TotalInformation Property
              • PublishSubscribeType_Diagnostics_TotalInformation_Active Property