PublishEnvironment.Properties Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém as propriedades de serviço conectadas das quais o ambiente de publicação deve estar ciente.
public:
property System::Collections::Generic::IDictionary<System::String ^, System::Collections::Generic::IEnumerable<System::String ^> ^> ^ Properties { System::Collections::Generic::IDictionary<System::String ^, System::Collections::Generic::IEnumerable<System::String ^> ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="PublishEnvironmentProperties")]
public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IEnumerable<string>> Properties { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="PublishEnvironmentProperties")>]
member this.Properties : System.Collections.Generic.IDictionary<string, seq<string>>
Public ReadOnly Property Properties As IDictionary(Of String, IEnumerable(Of String))
Valor da propriedade
- Atributos