Click or drag to resize
MsiUpdate Class
Provides update server data.
Inheritance Hierarchy
SystemObject
  FDF.CommonMsiUpdate

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class MsiUpdate : IFdfQueryable

The MsiUpdate type exposes the following members.

Constructors
  NameDescription
Public methodMsiUpdate
Initializes a new instance of the MsiUpdate class
Top
Properties
  NameDescription
Public propertyCode
Returns unique package update code.
Public propertyIsEmpty
Returns True if object instance is considered empty, otherwise returns False.
Public propertyPassword
Returns update server password.
Public propertyUrl
Returns update server location.
Public propertyUsername
Returns update server user name.
Top
Methods
  NameDescription
Public methodIsValid
Returns True if object instance is considered valid, otherwise returns False.
Public methodTryGetClient
Returns update server web client with related access credentials set.
Top
Remarks
See Also