Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the default value for this parameter.
Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property DefaultValue As String 
    Get
'Usage
Dim instance As MiningServiceParameter 
Dim value As String 
value = instance.DefaultValue
public string DefaultValue { get; }
public:
property String^ DefaultValue {
    String^ get ();
}
member DefaultValue : string
function get DefaultValue () : String
Property Value
Type: String
A String containing the default value for this parameter.