PublishMessageException.GetPromotedPromotedProperty Method
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.
public:
void GetPromotedPromotedProperty(int index, [Runtime::InteropServices::Out] System::String ^ % propName, [Runtime::InteropServices::Out] System::String ^ % propNS, [Runtime::InteropServices::Out] System::Object ^ % propVal);
public void GetPromotedPromotedProperty (int index, out string propName, out string propNS, out object propVal);
member this.GetPromotedPromotedProperty : int * string * string * obj -> unit
Public Sub GetPromotedPromotedProperty (index As Integer, ByRef propName As String, ByRef propNS As String, ByRef propVal As Object)
Parameters
- index
- Int32
- propName
- String
- propNS
- String
- propVal
- Object