Click to Rate and Give Feedback

  Switch on low bandwidth view
MonitoringSecureData.SecureData Property
Sets the secure data in the secure data object.

Namespace: Microsoft.EnterpriseManagement.Monitoring.Security
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Dim instance As MonitoringSecureData
Dim value As SecureString

value = instance.SecureData

instance.SecureData = value
Visual Basic
Public Property SecureData As SecureString
C#
public SecureString SecureData { get; set; }
C++
public:
virtual property SecureString^ SecureData {
    SecureString^ get () sealed;
    void set (SecureString^ value) sealed;
}
J#
/** @property */
public final SecureString get_SecureData ()

/** @property */
public final void set_SecureData (SecureString value)
JScript
public final function get SecureData () : SecureString

public final function set SecureData (value : SecureString)

Property Value

A SecureString object that contains the secure data.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker