AgentProfileParameterInfo.DefaultValue Propiedad

Definición

Representa el valor predeterminado del parámetro del agente de replicación.

public:
 property System::String ^ DefaultValue { System::String ^ get(); void set(System::String ^ value); };
public string DefaultValue { get; set; }
member this.DefaultValue : string with get, set
Public Property DefaultValue As String

Valor de propiedad

Valor String que especifica el valor del perfil de agente.

Comentarios

Debe comprobar la NoDefaultValue propiedad para asegurarse de que existe un valor predeterminado antes de tener acceso a la DefaultValue propiedad . Si no existe ningún valor predeterminado, esta propiedad genera una excepción.

Este espacio de nombres, clase o miembro solo se admite en .NET Framework 2.0.

Se aplica a