NetworkInterfaceMessageProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a network interface message property.
public ref class NetworkInterfaceMessageProperty
public class NetworkInterfaceMessageProperty
type NetworkInterfaceMessageProperty = class
Public Class NetworkInterfaceMessageProperty
- Inheritance
-
NetworkInterfaceMessageProperty
Constructors
NetworkInterfaceMessageProperty(Int32) |
Initializes a new instance of the NetworkInterfaceMessageProperty class using a specified interfaceIndex. |
Properties
InterfaceIndex |
Gets the value that specifies the interface index for the message property. |
Name |
Gets the specified name for the network interface message property. |
Methods
AddTo(Message) |
Specifies a message to add into the message properties. |
AddTo(MessageProperties) |
Specifies a property to add into the message properties. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
TryGet(Message, NetworkInterfaceMessageProperty) |
Attempts to get the NetworkInterfaceMessageProperty from the properties of a specified message. |
TryGet(MessageProperties, NetworkInterfaceMessageProperty) |
Attempts to get the NetworkInterfaceMessageProperty from a specified collection of message properties. |