DeviceComplete.SourcePropertyProfile Property

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

This property supports the BizTalk RFID infrastructure and is not intended to be used directly from your code.

Namespace: MS.Internal.Rfid.ClientUtilities
Assembly: Microsoft.Rfid.Client.Util (in microsoft.rfid.client.util.dll)

Syntax

'Declaration

Public Property SourcePropertyProfile As Dictionary(Of String, PropertyProfile)
public Dictionary<string,PropertyProfile> SourcePropertyProfile { get; set; }
public:
property Dictionary<String^, PropertyProfile^>^ SourcePropertyProfile {
    Dictionary<String^, PropertyProfile^>^ get ();
    void set (Dictionary<String^, PropertyProfile^>^ value);
}
/** @property */
public Dictionary<String,PropertyProfile> get_SourcePropertyProfile ()

/** @property */
public void set_SourcePropertyProfile (Dictionary<String,PropertyProfile> value)
public function get SourcePropertyProfile () : Dictionary<String,PropertyProfile>

public function set SourcePropertyProfile (value : Dictionary<String,PropertyProfile>)

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 XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

DeviceComplete Class
DeviceComplete Members
MS.Internal.Rfid.ClientUtilities Namespace