Share via


DeploymentType.Technology Property

 

Technology for the deployment type.

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Syntax

public string Technology { get; internal set; }
public:
property String^ Technology {
    String^ get();
    internal: void set(String^ value);
}
Public Property Technology As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

Returns String.

Remarks

 

See Also

DeploymentType Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top