MonitoringSecureData.Type Property
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets the type of the secure data in the secure data object.
Namespace: Microsoft.EnterpriseManagement.Monitoring.Security
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use SecureDataType")]
public MonitoringSecureDataType Type { get; }
public:
[ObsoleteAttribute("Use SecureDataType")]
property MonitoringSecureDataType Type {
MonitoringSecureDataType get();
}
[<ObsoleteAttribute("Use SecureDataType")>]
member Type : MonitoringSecureDataType with get
<ObsoleteAttribute("Use SecureDataType")>
Public ReadOnly Property Type As MonitoringSecureDataType
Property Value
Type: Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringSecureDataType
Returns a MonitoringSecureDataType value.
See Also
MonitoringSecureData Class
Microsoft.EnterpriseManagement.Monitoring.Security Namespace
Return to top