DependencyTelemetry.DependencyKind Property

Namespace: Microsoft.ApplicationInsights.DataContracts
Assembly: Microsoft.ApplicationInsights (in Microsoft.ApplicationInsights.dll)

Usage

'Usage
Dim instance As DependencyTelemetry
Dim value As String

value = instance.DependencyKind

instance.DependencyKind = value

Syntax

'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Property DependencyKind As String
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
public string DependencyKind { get; set; }
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
public:
property String^ DependencyKind {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_DependencyKind ()

/** @property */
public void set_DependencyKind (String value)
public function get DependencyKind () : String

public function set DependencyKind (value : String)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8, Windows Server 2012

See Also

Reference

DependencyTelemetry Class
DependencyTelemetry Members
Microsoft.ApplicationInsights.DataContracts Namespace