Expand Minimize
This topic has not yet been rated - Rate this topic

IUpdateServerConfiguration.ServerString Property

Gets or sets the string sent to the upstream server or to Microsoft Update to identify the server type.


Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
'Usage
Dim instance As IUpdateServerConfiguration
Dim value As String

value = instance.ServerString

instance.ServerString = value
string ServerString { get; set; }
/** @property */
String get_ServerString ()

/** @property */
void set_ServerString (String value)

function get ServerString () : String

function set ServerString (value : String)

Property Value

The string sent to the upstream server or to Microsoft Update to identify the server type.
Exception typeCondition
ArgumentNullException

The string is null.

ArgumentOutOfRangeException

The string is longer than 256 characters.

For example, the string sent to the upstream server or to Microsoft Update may be used to distinguish between a standalone WSUS server versus another product built on top of WSUS.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.