MSDeployProfile.MSDeploySite Property
Namespace: Microsoft.TeamFoundation.Deployment.Workflow
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
Public Property MSDeploySite As String
public string MSDeploySite { get; private set; }
public:
property String^ MSDeploySite {
String^ get ();
private: void set (String^ value);
}
member MSDeploySite : string with get, private set
function get MSDeploySite () : String
private function set MSDeploySite (value : String)
Property Value
Type: System.String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.