Stamp Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Microsoft.SystemCenter.Foundation.Provider.SpfAdmin
Assembly: Microsoft.SystemCenter.Foundation.Provider (in Microsoft.SystemCenter.Foundation.Provider.dll)

Usage

'Usage
Dim instance As Stamp

Syntax

'Declaration
<EntitySetAttribute("Stamps")> _
<DataServiceKeyAttribute("ID")> _
Public Class Stamp
    Implements INotifyPropertyChanged
[EntitySetAttribute("Stamps")] 
[DataServiceKeyAttribute("ID")] 
public class Stamp : INotifyPropertyChanged
[EntitySetAttribute(L"Stamps")] 
[DataServiceKeyAttribute(L"ID")] 
public ref class Stamp : INotifyPropertyChanged
/** @attribute EntitySetAttribute("Stamps") */ 
/** @attribute DataServiceKeyAttribute("ID") */ 
public class Stamp implements INotifyPropertyChanged
EntitySetAttribute("Stamps") 
DataServiceKeyAttribute("ID") 
public class Stamp implements INotifyPropertyChanged

Inheritance Hierarchy

System.Object
  Microsoft.SystemCenter.Foundation.Provider.SpfAdmin.Stamp

Thread Safety

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

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

Stamp Members
Microsoft.SystemCenter.Foundation.Provider.SpfAdmin Namespace