X13.Periphery.MsWillTopic.GetBytes C# (CSharp) Method

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]
    public override byte[] GetBytes() {
      throw new NotSupportedException("MsWillTopic.GetBytes() not supported");
    }
  }